0_0_12668505_13619.cpp:2:25: bits/stdc++.h: No such file or directory
0_0_12668505_13619.cpp:36: error: expected init-declarator before '<' token
0_0_12668505_13619.cpp:36: error: expected `,' or `;' before '<' token
0_0_12668505_13619.cpp: In member function `void AhoCorasick<NodeSZ>::push(char*)':
0_0_12668505_13619.cpp:52: error: `NULL' undeclared (first use this function)
0_0_12668505_13619.cpp:52: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12668505_13619.cpp: In member function `void AhoCorasick<NodeSZ>::build()':
0_0_12668505_13619.cpp:60: error: `queue' undeclared (first use this function)
0_0_12668505_13619.cpp:60: error: expected primary-expression before '*' token
0_0_12668505_13619.cpp:60: error: expected primary-expression before '>' token
0_0_12668505_13619.cpp:60: error: `qq' undeclared (first use this function)
0_0_12668505_13619.cpp: In constructor `AhoCorasick<NodeSZ>::Node::Node()':
0_0_12668505_13619.cpp:98: error: `NULL' undeclared (first use this function)
0_0_12668505_13619.cpp: In function `int main()':
0_0_12668505_13619.cpp:119: error: `scanf' undeclared (first use this function)
0_0_12668505_13619.cpp:128: error: `printf' undeclared (first use this function)
|