#include #include #include #include using namespace std; #define REP(i,a,b) for(i=a;i> s; while(cin >> a) { if(a == 'b' || a == 'w') cnt++; } if(strcmp(s,"oda") == 0 ^ cnt % 2 == 1) cout << "oda" << endl; else cout << "yukiko" << endl; return 0; }