0_0_11964599_8373.cpp:45: error: expected unqualified-id before numeric constant
0_0_11964599_8373.cpp: In member function `void AC::newnode()':
0_0_11964599_8373.cpp:51: error: `word' undeclared (first use this function)
0_0_11964599_8373.cpp:51: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11964599_8373.cpp:52: error: return-statement with a value, in function returning 'void'
0_0_11964599_8373.cpp: In member function `void AC::init()':
0_0_11964599_8373.cpp:57: error: `n' undeclared (first use this function)
0_0_11964599_8373.cpp: In member function `void AC::insert(char*)':
0_0_11964599_8373.cpp:68: error: expected unqualified-id before numeric constant
0_0_11964599_8373.cpp:68: error: expected `,' or `;' before numeric constant
0_0_11964599_8373.cpp:71: error: void value not ignored as it ought to be
0_0_11964599_8373.cpp: In member function `void AC::build()':
0_0_11964599_8373.cpp:78: error: `n' undeclared (first use this function)
0_0_11964599_8373.cpp: In function `void solve()':
0_0_11964599_8373.cpp:106: error: `n' undeclared (first use this function)
0_0_11964599_8373.cpp: In function `int main()':
0_0_11964599_8373.cpp:115: error: `n' undeclared (first use this function)
0_0_11964599_8373.cpp:115: error: `m' undeclared (first use this function)
|