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