Only letters
Given a long text, you are asked to filter out and print only the letters.
The input contains a single line of text.
The program should print only the letters from that text.
Input | Output |
I was born on 1997, April 29. | IwasbornonApril |
Constraints
Time limit: 2 seconds
Memory limit: 512 MB
Output limit: 1 MB