评测信息
运行ID: 16135
src.c:1:11: error: empty character constant
str=input('')
^
src.c:1:5: error: initializer element is not constant
str=input('')
^
src.c:2:5: error: expected ',' or ';' before 'print'
print(str.replace("20","twenty")
^
str=input('')
^
src.c:1:5: error: initializer element is not constant
str=input('')
^
src.c:2:5: error: expected ',' or ';' before 'print'
print(str.replace("20","twenty")
^