评测信息
运行ID: 20510
src.c:1:3: error: expected expression before 'int'
x=int(input(''))
^
src.c:1:13: error: empty character constant
x=int(input(''))
^
x=int(input(''))
^
src.c:1:13: error: empty character constant
x=int(input(''))
^