0_0_1988272_101.c:6: error: syntax error before "Trie"
0_0_1988272_101.c: In function `Trie':
0_0_1988272_101.c:8: error: `ct' undeclared (first use in this function)
0_0_1988272_101.c:8: error: (Each undeclared identifier is reported only once
0_0_1988272_101.c:8: error: for each function it appears in.)
0_0_1988272_101.c:9: error: 'for' loop initial declaration used outside C99 mode
0_0_1988272_101.c:9: error: `next' undeclared (first use in this function)
0_0_1988272_101.c: At top level:
0_0_1988272_101.c:11: error: syntax error before '}' token
0_0_1988272_101.c: In function `Insert':
0_0_1988272_101.c:14: error: `p' undeclared (first use in this function)
0_0_1988272_101.c:17: error: `new' undeclared (first use in this function)
0_0_1988272_101.c:17: error: syntax error before "Trie"
0_0_1988272_101.c: In function `Build_Fail':
0_0_1988272_101.c:24: error: `q' undeclared (first use in this function)
0_0_1988272_101.c:24: error: `p' undeclared (first use in this function)
0_0_1988272_101.c:24: error: `tmp' undeclared (first use in this function)
0_0_1988272_101.c:29: error: 'for' loop initial declaration used outside C99 mode
0_0_1988272_101.c: In function `Work':
0_0_1988272_101.c:45: error: `p' undeclared (first use in this function)
0_0_1988272_101.c:45: error: `tmp' undeclared (first use in this function)
0_0_1988272_101.c:55: error: syntax error before '/' token
0_0_1988272_101.c: In function `main':
0_0_1988272_101.c:63: error: syntax error before '/' token
0_0_1988272_101.c:68: error: `new' undeclared (first use in this function)
0_0_1988272_101.c:68: error: syntax error before "Trie"
0_0_1988272_101.c:73: error: `delete' undeclared (first use in this function)
0_0_1988272_101.c:73: error: syntax error before "root"
|