Delete a letter
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Delete all small Latin letters from the given string.
Input
One string that contains no more than Latin letters and spaces.
Output
Print the string without small Latin letters , do not change the order of other symbols.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 63%