提交时间:2025-07-07 14:15:59
运行 ID: 328714
n=int(input()) l=list(input()) a=0 for i in l: if 'a'<=i<='z' or 'A'<=i<='Z': a+=1 print(a)