练习专区

今天的一小步就是明天的一大步
Problem 1201 添加注解
Accepted: 7   Total Submit: 13
Time Limit: 1000ms   Memory Limit: 30720KB
Description
对给定的字符串(长度不超过100),请在字符”o”的后面加上”(don’t became 0)”(不包括引号)。
Input
输入有若干行(不超过10),每行中一串字符,其长度不超过100。
Output
输出替换后的字符串。
Sample Input
You are welcome.
Hello.
Sample Output
Yo(don't became 0)u are welco(don't became 0)me.
Hello(don't became 0).
Hint
提交     返回