#include using namespace std; using ll = long long; #define rep(i,m,n) for(int i=m; i> A >> B; A *= 1000LL, B *= 3600LL; if(A > B) cout << "KoD" << endl; else if(A == B) cout << "same" << endl; else cout << "blackyuki" << endl; return 0; }