评测信息

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