n = int(input()) for i in range(n, 0, -1): step = str(n) * i print(step)