2576 - 【入门】统计大写字母的个数
Time Limit : 1 秒
Memory Limit : 128 MB
输入两个正整数 row 和 col,再输入 row \times col 个字符,统计出的大写字母的个数.
Input
输入两个正整数 row 和 col,再输入 row \times col 个字符
Output
大写字母的个数
Examples
Input
3 4 sdAe YUbc TioR
Output
5