D = int(input()) if D >100: print("difficult") else: print("milk")