评测信息

运行ID: 43712
src.c:1:9: error: initializer element is not constant
text1 = input()
^
src.c:2:1: error: expected ',' or ';' before 'a'
a = text1.find(' ')
^