Problem2004--2002年秋浙江省计算机等级考试二级C 编程题(1)

2004: 2002年秋浙江省计算机等级考试二级C 编程题(1)

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1  Solved: 1
[Status] [Submit] [Creator:]

Description

输入一行字符,分别统计出其中英文字母、空格、数字和其他字符的个数。

Input

一行字符

Output

统计值

Sample Input Copy

aklsjflj123 sadf918u324 asdf91u32oasdf/.';123

Sample Output Copy

23 16 2 4

Source/Category