n = int(input("Number: "))

for i in range(n):
    print("hello, world")
