a,b = map(int,input().split()) if a < b * 3.6: print("blackyuki") elif a > b * 3.6: print("KoD") else: print("same")