def main(): inp1 = int(input()) if 100 >= inp1: print("Milk") else: print("Difficult") if __name__ == '__main__': main()