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