BZOJ3942 [Usaco2015 feb]censoring

Source: Internet
Author: User

Maintain a stack ... If the stack at the top of the string to be deleted will be completely deleted, it is good to judge the words ... KMP on the line.

1 /**************************************************************2 problem:39423 User:rausen4 language:c++5 result:accepted6 time:224 Ms7 memory:11548 KB8 ****************************************************************/9  Ten#include <cstdio> One#include <cstring> A   - using namespacestd; - Const intN = 1e6 +5; the   - CharS1[n], s2[n], s[n]; - intNext[n], a[n], top; -   + intMain () { -     intI, J, Len; +Gets (S1 +1), gets (S2 +1); ALen = strlen (s2 +1); at      for(i =2, j = next[1] =0; S2[i]; ++i) { -          while(j && s2[i]! = s2[j +1]) J =Next[j]; -         if(S2[i] = = S2[j +1]) ++J; -Next[i] =J; -     } -      for(i =1; S1[i]; ++i) { inj = A[top], s[++top] =S1[i]; -          while(J && S2[j +1]! = S[top]) j =Next[j]; to         if(S[top] = = S2[j +1]) ++J; +A[top] =J; -         if(A[top] = = len) Top-=Len; the     } *S[top +1] =' /'; $Puts (S +1);Panax Notoginseng     return 0; -}
View Code

(P.S. AC600 Memorial ~)

BZOJ3942 [Usaco2015 feb]censoring

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.