Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
2309 阿** 大写字母的判断 Python3 通过 30 MS 3360 KB 70 2023-12-08 10:58:17

Tests(5/5):


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


测评信息: