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