import sys input = sys.stdin.readline from collections import * A, B = map(int, input().split()) A *= 1000 B *= 3600 if A>B: print('KoD') elif A