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