评测信息

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