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