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