Cod sursa(job #2446671)
Utilizator | Data | 10 august 2019 13:26:10 | |
---|---|---|---|
Problema | Aho-Corasick | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva educationala | Marime | 0.2 kb |
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
ll sm[N];
ll sol[N];
int main() {
ios_base::sync_with_stdio(false);
cin.tie(0), cout.tie(0);
return 0;
}