0_0_3787971_19662.cpp: In function `void CreatTrie(char*)':
0_0_3787971_19662.cpp:15: error: expected primary-expression before '*' token
0_0_3787971_19662.cpp:15: error: `p' undeclared (first use this function)
0_0_3787971_19662.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3787971_19662.cpp:15: error: `q' undeclared (first use this function)
0_0_3787971_19662.cpp:24: error: `next' undeclared (first use this function)
0_0_3787971_19662.cpp: In function `void DelTrie(Trie*)':
0_0_3787971_19662.cpp:54: error: `next' undeclared (first use this function)
0_0_3787971_19662.cpp:54: error: `deal' undeclared (first use this function)
|