评测信息

运行ID: 29723
src.c:1:3: error: expected expression before 'int'
x=int(input());
^
src.c:3:1: error: expected identifier or '(' before 'for'
for i in range(1,x 1,1):
^