评测信息

运行ID: 28097
src.c:1:1: error: expected identifier or '(' before 'for'
for i in range(1,int(input()) 1):
^
src.c:2:11: error: empty character constant
print(''.join(map(str,range(1,i 1))))
^