用户输出
o
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2537 | #1001. 中心字母 | Accepted | 100 | 336 ms | 2820 K | Python 3 / 191 B | s230034061 | 2023-11-18 23:27:24 |
def find_center_character(s):
length = len(s)
center_index = length // 2
return s[center_index]
s = input()
center_character=find_center_character(s)
print(center_character)
用户输出
h
系统信息
Exited with return code 0
用户输出
m
系统信息
Exited with return code 0
用户输出
a
系统信息
Exited with return code 0
用户输出
i
系统信息
Exited with return code 0
用户输出
j
系统信息
Exited with return code 0
wxbwexnagmaygzyfnzpqftobtaotuayxmwvzllkujidhukzwzcltgqngguftuahalwvjwqncksizgzajkhyjujlkseszafzjmdt
用户输出
c
系统信息
Exited with return code 0