S=input() N=int(S) for i in range(N, 0, -1): print(S*i)