评测信息

运行ID: 62087
src.c:1:16: error: initializer element is not constant
input_string = input()
^
src.c:2:1: error: expected ',' or ';' before 'words'
words = input_string.split()
^