2592: CTK14 大写字母的个数

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

输入一个字符串,其中可能包含数字,小写字母和大写字母,输出大写字母的个数。

Input

输入:一个字符串,长度不超过20。

Output

输出:一个整数,为字符串中大写字母的个数。

Sample Input Copy

Apple

Sample Output Copy

1

HINT