Character replacement
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
In a string of Latin letters and spaces, replace all letters a with letter b and vice versa.
Input
One string that contains Latin letters and spaces.
Output
Print the updated string.
Examples
Input #1
Answer #1
Submissions 10K
Acceptance rate 55%