Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
34399 真·随机 [acwing]首字母大写 Python3 解答错误 18 MS 3620 KB 98 2024-01-07 11:03:16

Tests(1/5):


a=input() if ord(a[0])>=97 and ord(a[0])<=122: print(chr(ord(a[0])-32),end='') print(a[1:])


测评信息: