Participate in exhilarating programming contests, solve unique algorithm and data structure challenges and be a part of an awesome community.
Byang is creating an account on Toph. He needs your help to create a strong password.
Byang will give you a word, and you will need to make the following changes to the word to make it a stronger password:
s
with $
i
with !
o
with ()
.
(period) at the end of the passwordThe input will contain a string (). will contain lowercase alphabets only.
Print the better password after applying all the necessary changes to the original word .
Input | Output |
---|---|
unsophisticated | Un$()ph!$t!cated. |
95% Solution Ratio
rezaulhsagarEarliest,
rezaulhsagarFastest, 0.0s
ReduancsLightest, 0 B
saitotaShortest, 39B
Login to submit