pancakes = int(input()) if pancakes > 3: print("Yum!") else: print("Still hungry!")