评测信息

运行ID: 29875
src.c:1:3: error: expected expression before 'int'
n=int(input())
^
src.c:9:1: error: expected identifier or '(' before 'for'
for i in range(len(ls)):
^