n = input() if n == "hum": print("hum") else: print(n + "hum")