评测信息

运行ID: 20151
src.c:1:6: error: 'input' undeclared here (not in a function)
text=input
^
src.c:2:5: error: expected ',' or ';' before 'print'
print(text.replace(20,twenty))
^