A,B=map(int,input().split()) A=A*3600 if A>B : print('KoD') if A==B : print('same') if A