提交时间:2025-03-12 19:44:22
运行 ID: 312341
s=input() if 'A'<=s and s<='Z': print(ord(s)-65+1) else: print("No")