提交时间:2023-11-10 09:41:56
运行 ID: 241
s = input() if not s.isalnum(';') or s[0].isdigit(): print("no") elif len(s) > 20: print("no") else: print("yes")