print(list(map(lambda n: ''.join(map(str, range(1, n + 1))), range(1, 10))))