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