Submission #980116


Source Code Expand

#include<iostream>
#include<cstdio>
#include<algorithm>
#include<set>
#include<map>
#include<queue>
#include<cassert>
#define PB push_back
#define MP make_pair
#define sz(v) (in((v).size()))
#define forn(i,n) for(in i=0;i<(n);++i)
#define forv(i,v) forn(i,sz(v))
#define fors(i,s) for(auto i=(s).begin();i!=(s).end();++i)
#define all(v) (v).begin(),(v).end()
using namespace std;
typedef long long in;
typedef vector<in> VI;
typedef vector<VI> VVI;
string s,t;
VI ced,gled;
int main(){
  ios::sync_with_stdio(0);
  cin.tie(0);
  in n;
  cin>>n;
  cin>>s>>t;
  in mx=0;
  in ns=n;
  in pns=n;
  for(in nt=n-1;nt>=0;--nt){
    while(ns>=0 && (ns==n || s[ns]!=t[nt] || ns>nt)){
      --ns;
    }
    if(ns<0){
      cout<<-1<<endl;
      return 0;
    }
    if(ns==pns)
      continue;
    pns=ns;
    ced.PB(ns);
    gled.PB(nt);
  }
  reverse(all(ced));
  reverse(all(gled));
  forv(i,ced){
    while(i+mx<sz(ced) && ced[i+mx]-mx<gled[i])
      ++mx;
  }
  cout<<mx<<endl;
  return 0;
}

Submission Info

Submission Time
Task F - Shik and Copying String
User w4yneb0t
Language C++14 (GCC 5.4.1)
Score 1500
Code Size 1038 Byte
Status AC
Exec Time 55 ms
Memory 19204 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 1500 / 1500
Status
AC × 4
AC × 63
Set Name Test Cases
Sample example0.txt, example1.txt, example2.txt, example3.txt
All 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt, 028.txt, 029.txt, 030.txt, 031.txt, 032.txt, 033.txt, 034.txt, 035.txt, 036.txt, 037.txt, 038.txt, 039.txt, 040.txt, 041.txt, 042.txt, 043.txt, 044.txt, 045.txt, 046.txt, 047.txt, 048.txt, 049.txt, 050.txt, 051.txt, 052.txt, 053.txt, 054.txt, 055.txt, 056.txt, 057.txt, 058.txt, example0.txt, example1.txt, example2.txt, example3.txt
Case Name Status Exec Time Memory
000.txt AC 3 ms 256 KB
001.txt AC 3 ms 256 KB
002.txt AC 3 ms 256 KB
003.txt AC 3 ms 256 KB
004.txt AC 3 ms 256 KB
005.txt AC 3 ms 256 KB
006.txt AC 3 ms 256 KB
007.txt AC 3 ms 256 KB
008.txt AC 3 ms 256 KB
009.txt AC 3 ms 256 KB
010.txt AC 3 ms 256 KB
011.txt AC 3 ms 256 KB
012.txt AC 3 ms 256 KB
013.txt AC 3 ms 256 KB
014.txt AC 3 ms 256 KB
015.txt AC 3 ms 256 KB
016.txt AC 3 ms 256 KB
017.txt AC 3 ms 256 KB
018.txt AC 3 ms 256 KB
019.txt AC 3 ms 256 KB
020.txt AC 3 ms 256 KB
021.txt AC 3 ms 256 KB
022.txt AC 3 ms 256 KB
023.txt AC 3 ms 256 KB
024.txt AC 3 ms 256 KB
025.txt AC 55 ms 19204 KB
026.txt AC 54 ms 19204 KB
027.txt AC 33 ms 11404 KB
028.txt AC 53 ms 15884 KB
029.txt AC 52 ms 15884 KB
030.txt AC 54 ms 18308 KB
031.txt AC 53 ms 17668 KB
032.txt AC 52 ms 15884 KB
033.txt AC 51 ms 15884 KB
034.txt AC 48 ms 15884 KB
035.txt AC 47 ms 15884 KB
036.txt AC 35 ms 10508 KB
037.txt AC 33 ms 9748 KB
038.txt AC 32 ms 9748 KB
039.txt AC 30 ms 9748 KB
040.txt AC 50 ms 15884 KB
041.txt AC 51 ms 15884 KB
042.txt AC 53 ms 18436 KB
043.txt AC 53 ms 18820 KB
044.txt AC 53 ms 19076 KB
045.txt AC 53 ms 19204 KB
046.txt AC 53 ms 19204 KB
047.txt AC 53 ms 19204 KB
048.txt AC 53 ms 19204 KB
049.txt AC 54 ms 19204 KB
050.txt AC 51 ms 19204 KB
051.txt AC 51 ms 19204 KB
052.txt AC 30 ms 11404 KB
053.txt AC 35 ms 11404 KB
054.txt AC 36 ms 11404 KB
055.txt AC 35 ms 11404 KB
056.txt AC 35 ms 11404 KB
057.txt AC 35 ms 11404 KB
058.txt AC 35 ms 11404 KB
example0.txt AC 3 ms 256 KB
example1.txt AC 3 ms 256 KB
example2.txt AC 3 ms 256 KB
example3.txt AC 3 ms 256 KB