Unverified Commit 866701ad authored by XLor's avatar XLor Committed by GitHub
Browse files

Update pam.md

parent 762a8a82
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -90,8 +90,6 @@
    using namespace std;
    typedef long long ll;
    const int maxn = 300000 + 5;
    ```

    namespace pam {
    int sz, tot, last;
    int cnt[maxn], ch[maxn][26], len[maxn], fail[maxn];
@@ -137,9 +135,7 @@
      return ans;
    }
    }  // namespace pam

    char s[maxn];

    int main() {
      pam::clear();
      scanf("%s", s + 1);