Tom's Stutter

Time Limit
1s
Memory Limit
32768KB
Judge Program
Standard
Ratio(Solve/Submit)
0.00%(0/288)
Description:


Tom 有个坏毛病,每次都喜欢把“occupation”说成“OH-OH-OH-QQ-PEI-PEI-SHION”

比如“This is the second american occupation.(OH-OH-OH-QQ-PEI-PEI-SHION) ......为了纠正他,编写一个实现将字符串中的所有"occupation"替换成"OH-OH-OH-QQ-PEI-PEI-SHION"。

Input:

有多组测试数据。每组数据为一个字符串,长度不超过1000。

Output:

对于输入的每组数据,输出替换后的字符串。

Sample Input:
This is the second american occupation.
Sample Output:
This is the second american OH-OH-OH-QQ-PEI-PEI-SHION.
Source:

Jeremy Wu


Submit