a, b = map(int, input().split()) ap = a * 1000 / 3600 if ap == b: print("same") elif ap > b: print("KoD") elif ap < b: print("blackyuki")