评测信息

运行ID: 30846
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 'numlist'
numlist=map(eval,numlist)
^