#44019: python


suyueh (suyueh)


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