#F. 「一本通 2.2 练习 4」Censoring

    Type: Default 1000ms 512MiB

「一本通 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

给出两个字符串 SSTT,每次从前往后找到 SS 的一个子串 A=TA=T 并将其删除,空缺位依次向前补齐,重复上述操作多次,直到 SS 串中不含 TT 串。输出最终的 SS 串。

输入格式

第一行包含一个字符串 SS,第二行包含一个字符串 TT

输出格式

输出处理后的 SS 串。

样例

whatthemomooofun
moo
whatthefun

数据范围与提示

对于全部数据,1TS1061\le |T|\le |S|\le 10^6,保证字符串中只出现小写字母。

信息竞赛提高组选修课——KMP

Not Claimed
Status
Done
Problem
6
Open Since
2024-5-31 16:30
Deadline
2024-6-30 23:59
Extension
0 hour(s)