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