提交时间:2023-12-08 10:58:17

运行 ID: 2309

n=input("") if n.isupper(): print("YES") else: print("NO")