Docoding OJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
Register
1105: 二级C++ 编程题(1)
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:33
Solved:30
Submit
Submit Record
Statistics
ShowOff!
Description
输入一行字符,分别统计出其中英文字母、数字、空格和其他字符的个数。
Input
一行字符
Output
统计值
Sample Input
Copy
aklsjflj123 sadf918u324 asdf91u32oasdf/.';123
Sample Output
Copy
23 16 2 4
Source/Category
c++
easy
字符
Submit
Submit Record
Statistics
ShowOff!