评测信息

运行ID: 31757
src.c:2:1: error: expected ',' or ';' before 'while'
while True:
^
src.c:3:16: error: empty character constant
a=int(input(''))
^