Problem1005--统计大写英文字母的个数

1005: 统计大写英文字母的个数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 16 MiB

Description

算算以‘.’结束的一串字符中含有多少个大写的英文字母。

Input

输入一串字符,以.结束

Output

输出一行,即这串字符中大写字母的个数。

Sample Input Copy

PRC,PRC,I’m from China.

Sample Output Copy

8

Source/Category