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

「一本通 2.2 练习 4」Censoring

[{"sectionTitle":"题目描述","type":"Text","text":"原题来自:USACO 2015 Feb. Silver\r\n\r\n给出两个字符串 SSTT,每次从前往后找到 SS 的一个子串 A=TA=T 并将其删除,空缺位依次向前补齐,重复上述操作多次,直到 SS 串中不含 TT 串。输出最终的 SS 串。","subType":"markdown"},{"sectionTitle":"输入格式","type":"Text","text":"第一行包含一个字符串 SS,第二行包含一个字符串 TT。","subType":"markdown"},{"sectionTitle":"输出格式","type":"Text","text":"输出处理后的 SS 串。","subType":"markdown"},{"sectionTitle":"样例","type":"Sample","text":"","subType":"markdown","payload":["whatthemomooofun\nmoo","whatthefun"]},{"sectionTitle":"数据范围与提示","type":"Text","text":"对于全部数据,1leTleSle1061\\le |T|\\le |S|\\le 10^6,保证字符串中只出现小写字母。","subType":"markdown"}]