0_0_11960090_10005.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_11960090_10005.cpp: In member function `void AhocorasickAotomata::insert(char*, int)':
0_0_11960090_10005.cpp:22: error: `strlen' undeclared (first use this function)
0_0_11960090_10005.cpp:22: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11960090_10005.cpp:28: error: `memset' undeclared (first use this function)
0_0_11960090_10005.cpp: In member function `void AhocorasickAotomata::find(char*)':
0_0_11960090_10005.cpp:38: error: `strlen' undeclared (first use this function)
0_0_11960090_10005.cpp: In member function `void AhocorasickAotomata::getFail()':
0_0_11960090_10005.cpp:59: error: `queue' undeclared (first use this function)
0_0_11960090_10005.cpp:59: error: expected primary-expression before "int"
0_0_11960090_10005.cpp:59: error: expected `;' before "int"
0_0_11960090_10005.cpp:64: error: `q' undeclared (first use this function)
0_0_11960090_10005.cpp: In member function `void AhocorasickAotomata::init()':
0_0_11960090_10005.cpp:85: error: `memset' undeclared (first use this function)
0_0_11960090_10005.cpp: In function `int main()':
0_0_11960090_10005.cpp:99: error: `cin' undeclared (first use this function)
0_0_11960090_10005.cpp:102: error: `scanf' undeclared (first use this function)
0_0_11960090_10005.cpp:108: error: `strlen' undeclared (first use this function)
0_0_11960090_10005.cpp:120: error: `isalpha' undeclared (first use this function)
0_0_11960090_10005.cpp:125: error: `isdigit' undeclared (first use this function)
0_0_11960090_10005.cpp:136: error: `printf' undeclared (first use this function)
|