You are given a string S of N characters ai. Determine the number of digits and the number of English letters in S.
Input format
First line: String S of length N
Output format
Constraints
1≤N≤10
All ai characters are the standard ASCII characters.
There is only one digit in the given string, that is 1.
Two English letters are: a, Z.