0_0_1548876_18234.cpp:55: error: expected unqualified-id before "if"
0_0_1548876_18234.cpp:57: error: expected unqualified-id before "else"
0_0_1548876_18234.cpp: In member function `void Trie::clear()':
0_0_1548876_18234.cpp:38: error: `hash' undeclared (first use this function)
0_0_1548876_18234.cpp:38: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1548876_18234.cpp: In member function `void Trie::insert(char*, int)':
0_0_1548876_18234.cpp:53: error: `k' undeclared (first use this function)
0_0_1548876_18234.cpp: At global scope:
0_0_1548876_18234.cpp:62: error: extraneous `int' ignored
0_0_1548876_18234.cpp:62: error: `Trie hash' used prior to declaration
0_0_1548876_18234.cpp: In function `void in(char*)':
0_0_1548876_18234.cpp:65: error: no match for 'operator++' in '++hash'
0_0_1548876_18234.cpp:67: error: `add' undeclared (first use this function)
0_0_1548876_18234.cpp: In function `void add(char*)':
0_0_1548876_18234.cpp:70: error: `void add(char*)' used prior to declaration
0_0_1548876_18234.cpp:73: error: `nt' undeclared (first use this function)
0_0_1548876_18234.cpp:77: error: `c' undeclared (first use this function)
0_0_1548876_18234.cpp:77: error: `now' undeclared (first use this function)
0_0_1548876_18234.cpp: At global scope:
0_0_1548876_18234.cpp:83: error: expected declaration before '}' token
|