| CodeRams Practice Problem Archive |
|---|
| Finished |
Take a single String as input, and output the same string after repeating certain characters by a certain number. The character 'h' should be repeated 5 times, the character 'c' should be repeated 2 times, and the character 'z' should be repeated 12 times.
A single string S containing the string to be modified.
A single string S after being modified.
schizophrenia
scchhhhhizzzzzzzzzzzzophhhhhrenia
All test cases will be completely lowercase.
| Name |
|---|


