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