eolymp
bolt
Try our new interface for solving problems
Problems

Delete a letter

Delete a letter

Delete all small Latin letters $a$ from the given string. \InputFile One string that contains no more than $1000$ Latin letters and spaces. \OutputFile Print the string without small Latin letters $a$, do not change the order of other symbols.
Time limit 1 second
Memory limit 128 MiB
Input example #1
abrakadabra
Output example #1
brkdbr
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"