Character replacement 2
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
In a string of Latin letters and spaces, replace each sequence of characters "ab" with "ups".
Input
One string that contains Latin letters and spaces.
Output
Print the updated string.
Examples
Input #1
Answer #1
Submissions 8K
Acceptance rate 57%