def fun(): d = int(input()) return "Milk" if d <= 100 else "Difficult" print(fun())