a, b = int(input().split()) if a > b*60*60 / 1000: print('KoD') else: print('blackyuki')