0_0_39664874_12779.cpp: In member function 'void AC::query(std::string)':
0_0_39664874_12779.cpp:146:37: error: 'ac' was not declared in this scope; did you mean 'AC'?
146 | u = ac.tr[u][small[i] - 'a'];
| ^~
| AC
0_0_39664874_12779.cpp:152:29: error: 'ac' was not declared in this scope; did you mean 'AC'?
152 | if (ac.slen[u]) {
| ^~
| AC
|