11248: 7-统计字母个数

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

Description

统计给定的字符串中字母的个数

Input

输入一个字符串

Output

输出字符串中字母的个数

Sample Input Copy

123asd

Sample Output Copy

3