0_0_3108776_24819.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
0_0_3108776_24819.cpp:1: error: expected `,' or `;' before '<' token
0_0_3108776_24819.cpp: In constructor `node::node()':
0_0_3108776_24819.cpp:10: error: `NULL' undeclared (first use this function)
0_0_3108776_24819.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3108776_24819.cpp:12: error: `memset' undeclared (first use this function)
0_0_3108776_24819.cpp: In function `void insert(char*, node*)':
0_0_3108776_24819.cpp:24: error: `NULL' undeclared (first use this function)
0_0_3108776_24819.cpp: In function `void build_ac_automation(node*)':
0_0_3108776_24819.cpp:32: error: `NULL' undeclared (first use this function)
0_0_3108776_24819.cpp: In function `int query(node*)':
0_0_3108776_24819.cpp:57: error: `strlen' undeclared (first use this function)
0_0_3108776_24819.cpp:61: error: `NULL' undeclared (first use this function)
0_0_3108776_24819.cpp: In function `int main()':
0_0_3108776_24819.cpp:76: error: `scanf' undeclared (first use this function)
0_0_3108776_24819.cpp:81: error: `getchar' undeclared (first use this function)
0_0_3108776_24819.cpp:83: error: `gets' undeclared (first use this function)
0_0_3108776_24819.cpp:88: error: `printf' undeclared (first use this function)
|