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