import sys input = sys.stdin.readline D=int(input()) if D<=100: print("Milk") else: print("Difficult")