D=int(input())#No.2886 Milk if D<=100: print("MILK") else: print("difficult")