Competitions
Week 6: December 14 - 20. Char arrays 1
Delete a letter
Delete all small Latin letters a from the given string.
Input
One string that contains no more than 1000 Latin letters and spaces.
Output
Print the string without small Latin letters a, do not change the order of other symbols.
Input example #1
abrakadabra
Output example #1
brkdbr