评测信息

运行ID: 42630
src.c:1:9: error: initializer element is not constant
str_1 = input()
^
src.c:2:1: error: expected ',' or ';' before 'str_2'
str_2 = str_1.replace("20", "twenty")
^