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