#C11205. 大写字母A的个数
大写字母A的个数
Background背景
读入n个字符,请你统计字符A的个数。
Input输入
输入一个数字 n,再输入 n 个字符。
Output输出
字符A的个数。
Samples样例
6
ABABAB
3
Limitation限制
1s, 1024KiB for each test case.
读入n个字符,请你统计字符A的个数。
输入一个数字 n,再输入 n 个字符。
字符A的个数。
6
ABABAB
3
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.