0_0_34745367_16670.cpp: In function 'void Gghost_tql()':
0_0_34745367_16670.cpp:134:24: error: no matching function for call to 'Aho_Corasick_Automaton::solve(int&, int&)'
cout << AC.solve(n, k) << '\n';
^
0_0_34745367_16670.cpp:134:24: note: candidate is:
0_0_34745367_16670.cpp:74:12: note: long long int Aho_Corasick_Automaton::solve(int, int, int)
inline ll solve(int n, int m, int kk) {
^
0_0_34745367_16670.cpp:74:12: note: candidate expects 3 arguments, 2 provided
|