51Nod 1067 Bash游戏 V2 | 博弈论 Bash

51Nod 1067 Bash游戏 V2 | 博弈论 Bash

n的数据范围非常大,所以不能用标准SG函数

找规律

#include "iostream"
#include "cstdio"
using namespace std;
#define LL long long
#define N 100020
char *s="BABAAAA"; int main()
{
int T,n;
cin>>T;
while(T--){
cin>>n;
cout<<s[n%]<<endl;
}
return ;
}
上一篇:51nod 1070 Bash游戏 V4 (斐波那契博弈)


下一篇:java 中文乱码的解决方法