eolymp
bolt
Try our new interface for solving problems
Problems

Character replacement 2

Character replacement 2

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.

Time limit 1 second
Memory limit 128 MiB
Input example #1
abrakadabra
Output example #1
upsrakadupsra
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"