num = int(input()) c = num while c: print(str(num) * c) c -= 1