评测信息

运行ID: 31039
src.c:1:10: error: initializer element is not constant
sentence=input()
^
src.c:2:1: error: expected ',' or ';' before 'def'
def counts(sentence):
^
src.c:5:5: error: expected identifier or '(' before 'for'
for i in words:
^