Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
241 郭** 合法的标识符 Python3 解答错误 27 MS 3364 KB 145 2023-11-10 09:41:56

Tests(0/5):


s = input() if not s.isalnum(';') or s[0].isdigit(): print("no") elif len(s) > 20: print("no") else: print("yes")


测评信息: