评测信息

运行ID: 62108
src.c:1:16: error: initializer element is not constant
input_string = input("请输入一个字符串: ")
^
src.c:2:1: error: expected ',' or ';' before 'print'
print(f"{input_string[2]}")
^