#37047: python 紀錄(一行解)


BensonDC (python戰士)


for i in range(1,int(input())+1):print("*"*i)