print("who are you?") name = input() print("hello", name) for i in range(1,101): print(i*i)