def Main(): if int(input())<=100: print("Milk") else: print("Difficult") Main()