提交时间:2023-11-17 09:35:43
运行 ID: 405
char=input() if char.isupper() and 'A' <= char <= 'Z': print("YES") else: print("NO")