「一本通 2.2 练习 4」Censoring
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.
题目描述
原题来自:USACO 2015 Feb. Silver
给出两个字符串 和 ,每次从前往后找到 的一个子串 并将其删除,空缺位依次向前补齐,重复上述操作多次,直到 串中不含 串。输出最终的 串。
输入格式
第一行包含一个字符串 ,第二行包含一个字符串 。
输出格式
输出处理后的 串。
样例
whatthemomooofun
moo
whatthefun
数据范围与提示
对于全部数据,,保证字符串中只出现小写字母。
信息竞赛提高组选修课——KMP
- Status
- Done
- Problem
- 6
- Open Since
- 2024-5-31 16:30
- Deadline
- 2024-6-30 23:59
- Extension
- 0 hour(s)