0_0_11683975_4638.cpp:1: error: `maxnode' was not declared in this scope
0_0_11683975_4638.cpp:1: error: `sigma_size' was not declared in this scope
0_0_11683975_4638.cpp:1: error: `maxnode' was not declared in this scope
0_0_11683975_4638.cpp:1: error: `maxnode' was not declared in this scope
0_0_11683975_4638.cpp:1: error: `maxnode' was not declared in this scope
0_0_11683975_4638.cpp:1: error: `maxnode' was not declared in this scope
0_0_11683975_4638.cpp: In member function `void Trie::init()':
0_0_11683975_4638.cpp:9: error: `ch' undeclared (first use this function)
0_0_11683975_4638.cpp:9: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11683975_4638.cpp:9: error: `memset' undeclared (first use this function)
0_0_11683975_4638.cpp:10: error: `len' undeclared (first use this function)
0_0_11683975_4638.cpp: In member function `void Trie::insert(char*, int)':
0_0_11683975_4638.cpp:19: error: `strlen' undeclared (first use this function)
0_0_11683975_4638.cpp:24: error: `ch' undeclared (first use this function)
0_0_11683975_4638.cpp:26: error: `len' undeclared (first use this function)
0_0_11683975_4638.cpp:27: error: `memset' undeclared (first use this function)
0_0_11683975_4638.cpp:33: error: `num' undeclared (first use this function)
0_0_11683975_4638.cpp: In member function `void Trie::print(int, int, int)':
0_0_11683975_4638.cpp:40: error: `last' undeclared (first use this function)
0_0_11683975_4638.cpp: In member function `void Trie::getFail()':
0_0_11683975_4638.cpp:45: error: `f' undeclared (first use this function)
0_0_11683975_4638.cpp:46: error: `queue' undeclared (first use this function)
0_0_11683975_4638.cpp:46: error: expected primary-expression before "int"
0_0_11683975_4638.cpp:46: error: expected `;' before "int"
0_0_11683975_4638.cpp:47: error: `sigma_size' undeclared (first use this function)
0_0_11683975_4638.cpp:49: error: `ch' undeclared (first use this function)
0_0_11683975_4638.cpp:52: error: `last' undeclared (first use this function)
0_0_11683975_4638.cpp:54: error: `q' undeclared (first use this function)
0_0_11683975_4638.cpp:73: error: `len' undeclared (first use this function)
|