评测信息

运行ID: 20983
src.c:1:10: error: empty character constant
x=(input(''))
^
src.c:1:3: error: initializer element is not constant
x=(input(''))
^
src.c:2:1: error: expected ',' or ';' before 'if'
if x>0
^