评测信息

运行ID: 31477
src.c:1:10: error: request for member 'split' in something not a structure or union
a=input().split()
^
src.c:2:1: error: expected ',' or ';' before 'b'
b=[]
^