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