Toggle navigation
HUSTOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem1859--C二级辅导-统计字符
1859: C二级辅导-统计字符
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
1
Solved:
1
[
Status
] [
Submit
] [Creator:
]
Description
输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。
Sample Input
Copy
a 1,
Sample Output
Copy
1 1 1 1
Source/Category