评测信息

运行ID: 45419
src.c:1:11: error: initializer element is not constant
input_str=input()
^
src.c:2:1: error: expected ',' or ';' before 'print'
print(input_str[2])
^