评测信息

运行ID: 26247
src.c:1:3: error: expected expression before 'int'
n=int(input())
^
src.c:4:17: error: empty character constant
a=int(input(''))
^