D = int(input()) if D >100: print("Difficult") else: print("Milk")