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