0_0_5981230_19472.c:113: error: syntax error before "Trie"
0_0_5981230_19472.c:115: error: syntax error before "root"
0_0_5981230_19472.c: In function `creatTrie':
0_0_5981230_19472.c:119: error: `p' undeclared (first use in this function)
0_0_5981230_19472.c:119: error: (Each undeclared identifier is reported only once
0_0_5981230_19472.c:119: error: for each function it appears in.)
0_0_5981230_19472.c:119: error: `q' undeclared (first use in this function)
0_0_5981230_19472.c:126: error: syntax error before ')' token
0_0_5981230_19472.c: In function `findTrie':
0_0_5981230_19472.c:143: error: `p' undeclared (first use in this function)
0_0_5981230_19472.c: In function `main':
0_0_5981230_19472.c:158: error: request for member `next' in something not a structure or union
|