name = input() age = int(input()) print(f"Hipp hipp hurra, {name}!\n" * age)