n = int(input()) [print(str(i) * n, end='') for i in range(1, n + 1)] print()