评测信息

运行ID: 16434
src.c:1:4: error: expected expression before 'int'
n1=int(input(''))
^
src.c:1:14: error: empty character constant
n1=int(input(''))
^