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