评测信息

运行ID: 55056
src.c:1:14: error: request for member 'split' in something not a structure or union
ls1 = input().split()
^
src.c:2:1: error: expected ',' or ';' before 'ls2'
ls2 = [ls1.count(i) for i in ls1]
^