评测信息

运行ID: 31141
src.c:1:17: error: request for member 'split' in something not a structure or union
str_list=input().split()
^
src.c:2:1: error: expected ',' or ';' before 'dict'
dict={}
^
src.c:3:1: error: expected identifier or '(' before 'for'
for i in range(len(str_list)):
^