评测信息

运行ID: 26116
src.c:1:16: error: expected expression before 'int'
list1=list(map(int,input().split()))
^
src.c:2:1: error: expected ',' or ';' before 'x'
x=int()
^