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