Run ID:94170

提交时间:2024-10-19 20:34:10

c=input().split() A=c[0] A=ord(A) if ord('a')<=A and ord('z')>=A : print(chr(A-32))