A, B=map(int,input().split()) C=1000*A/3600 if C>B: print('KoD') if B>C: print('blackyuki') if C==B: print('same')