Online Judge
Toggle navigation
童织码
首页
问题列表
状态
作业
帮助
登录
首页
状态
328708
Run ID
作者
问题
语言
测评结果
分数
时间
内存
代码长度
提交时间
328708
123456
【C2-7】数据统计
Python3
解答错误
0
182 MS
3724 KB
117
2025-07-07 14:12:11
Tests(0/1):
n=int(input()) l=list(input().split()) a=0 for i in l: if 'a'<=i<='z' or 'A'<=i<='Z': a+=1 print(a)
测评信息: