评测信息

运行ID: 30840
src.c:1:21: error: request for member 'split' in something not a structure or union
numlist=list(input().split())
^
src.c:2:1: error: expected ',' or ';' before 'numlist1'
numlist1=list(map(int,numlist))
^