Problem2132--Count the number of characters

2132: Count the number of characters

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 126  Solved: 9
[Submit] [Status] [Web Board] [Creator:]

Description

Count the number of numbers, letters and other characters of the string

Input

Given a string

Output

Three positive integers represent the number of numbers, letters and other characters respectively

Sample Input Copy

abc123***

Sample Output Copy

3 3 3

Source/Category

177