题解:每种手势的攻防数一样,不难想到n为奇数时游戏平衡。
#include<cstdio>
#include<cstring>
#include<algorithm>
using namespace std; int main(){
int t, x;
scanf("%d", &t);
while(t--){
scanf("%d", &x);
if(x & ) puts("Balanced");
else puts("Bad");
}
return ;
}
2022-06-12 18:47:45
题解:每种手势的攻防数一样,不难想到n为奇数时游戏平衡。
#include<cstdio>
#include<cstring>
#include<algorithm>
using namespace std; int main(){
int t, x;
scanf("%d", &t);
while(t--){
scanf("%d", &x);
if(x & ) puts("Balanced");
else puts("Bad");
}
return ;
}