查找子串并替换
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
对输入的一句子实现查找且置换的功能(找到某个子串并换成另一子串)。
输入格式
第一行为原来的字符串
第二行为要查找的子串
第三行为要替换成的子串
输出格式
只有一行,为替换好的字符串
abcf abdabc
abc
AA
AAf abdAA