Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1641--exam-6.2-count
1641: exam-6.2-count
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
434
Solved:
25
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Input a line of characters and count the number of English letters, numbers, spaces and other characters.
Input
一行字符
Output
统计值
Sample Input
Copy
I am a student with No.1
Sample Output
Copy
17 1 5 1
Source/Category
133