提交时间:2024-01-07 11:03:16

运行 ID: 34399

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