import sys input=lambda: sys.stdin.readline().rstrip() print(input()+"ham")