0_0_7603489_4049.c:1:19: iostream: No such file or directory
0_0_7603489_4049.c:2:17: string: No such file or directory
0_0_7603489_4049.c:3:18: cstring: No such file or directory
0_0_7603489_4049.c:4:17: cstdio: No such file or directory
0_0_7603489_4049.c:6: error: syntax error before "namespace"
0_0_7603489_4049.c:7: error: syntax error before "s"
0_0_7603489_4049.c:11: error: syntax error before "s"
0_0_7603489_4049.c: In function `insert':
0_0_7603489_4049.c:14: error: 'for' loop initial declaration used outside C99 mode
0_0_7603489_4049.c:14: error: request for member `size' in something not a structure or union
0_0_7603489_4049.c:15: error: subscripted value is neither array nor pointer
0_0_7603489_4049.c: In function `Aho_Corasick':
0_0_7603489_4049.c:25: error: 'for' loop initial declaration used outside C99 mode
0_0_7603489_4049.c:27: error: 'for' loop initial declaration used outside C99 mode
0_0_7603489_4049.c:30: error: redefinition of 'i'
0_0_7603489_4049.c:27: error: previous definition of 'i' was here
0_0_7603489_4049.c:30: error: 'for' loop initial declaration used outside C99 mode
0_0_7603489_4049.c: In function `find':
0_0_7603489_4049.c:42: error: 'for' loop initial declaration used outside C99 mode
0_0_7603489_4049.c: In function `main':
0_0_7603489_4049.c:58: error: syntax error before '/' token
0_0_7603489_4049.c:58: error: `stdout' undeclared (first use in this function)
0_0_7603489_4049.c:58: error: (Each undeclared identifier is reported only once
0_0_7603489_4049.c:58: error: for each function it appears in.)
0_0_7603489_4049.c:59: error: `cin' undeclared (first use in this function)
0_0_7603489_4049.c:60: error: 'for' loop initial declaration used outside C99 mode
0_0_7603489_4049.c:67: error: 'for' loop initial declaration used outside C99 mode
0_0_7603489_4049.c:73: error: `cout' undeclared (first use in this function)
0_0_7603489_4049.c:73: error: `endl' undeclared (first use in this function)
|