1254: 统计字符个数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:23 Solved:7

Description

从键盘上任意输入15个字符,15个字符包括大小写英文字母,数字和标点符号三种。请你运用所学的知识,编写一个程序,统计你输入的字符里,英文字母的个数,数字的个数,标点符号的个数。

Input

任意输入一串字符

Output

输出有三行,分别表示字母,数字,标点符号的个数。包括提示的中文。

Sample Input Copy

shk^%*(k23@5d3g

Sample Output Copy

字母个数6
数字个数4
符号个数5