0_0_11683251_11906.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_11683251_11906.cpp:30: error: expected constructor, destructor, or type conversion before '<' token
0_0_11683251_11906.cpp:30: error: expected `,' or `;' before '<' token
0_0_11683251_11906.cpp: In member function `void AC::init()':
0_0_11683251_11906.cpp:49: error: `memset' undeclared (first use this function)
0_0_11683251_11906.cpp:49: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11683251_11906.cpp:50: error: `vec' undeclared (first use this function)
0_0_11683251_11906.cpp: In member function `void AC::insert(char*, int)':
0_0_11683251_11906.cpp:60: error: `memset' undeclared (first use this function)
0_0_11683251_11906.cpp:61: error: `vec' undeclared (first use this function)
0_0_11683251_11906.cpp: In member function `void AC::getFail()':
0_0_11683251_11906.cpp:69: error: `queue' undeclared (first use this function)
0_0_11683251_11906.cpp:69: error: expected primary-expression before "int"
0_0_11683251_11906.cpp:69: error: expected `;' before "int"
0_0_11683251_11906.cpp:75: error: `q' undeclared (first use this function)
0_0_11683251_11906.cpp: In member function `void AC::getMat(int, int)':
0_0_11683251_11906.cpp:101: error: `vec' undeclared (first use this function)
0_0_11683251_11906.cpp: In function `int main()':
0_0_11683251_11906.cpp:168: error: `std::ios' has not been declared
0_0_11683251_11906.cpp:168: error: `sync_with_stdio' undeclared (first use this function)
0_0_11683251_11906.cpp:173: error: `scanf' undeclared (first use this function)
0_0_11683251_11906.cpp:180: error: `printf' undeclared (first use this function)
|