#include #include #include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(); ifstream fin; ofstream fout; fin.open("strgame.in"); fout.open("strgame.out"); long long n,i,sum=0,xorche=0,buf=0,a; string N; fin >> n; fin >> N; for(i=0;i2){ if(xorche!=0){ fout << "Tanya"; }else{ fout << "Bobby"; } }else{ if(xorche!=0){ fout << "Tanya"; }else{ fout << "Bobby"; } } } } return 0; }