评测信息

运行ID: 29787
src.c:1:1: error: expected identifier or '(' before 'for'
for i in range(1,int(input()) 1):
^
src.c:3:21: error: empty character constant
print(j,end='')
^