评测信息

运行ID: 41308
src.c:1:6: error: initializer element is not constant
a1 = input()
^
src.c:2:1: error: expected ',' or ';' before 'a2'
a2 = a1.replace("20","twenty")
^