0_0_4280654_25975.c:1:20: iostream: No such file or directory
0_0_4280654_25975.c:2:18: cstdio: No such file or directory
0_0_4280654_25975.c:4: error: syntax error before "namespace"
0_0_4280654_25975.c:11: error: syntax error before '*' token
0_0_4280654_25975.c:16: error: syntax error before "flag"
0_0_4280654_25975.c: In function `dfs':
0_0_4280654_25975.c:20: error: `Node' undeclared (first use in this function)
0_0_4280654_25975.c:20: error: (Each undeclared identifier is reported only once
0_0_4280654_25975.c:20: error: for each function it appears in.)
0_0_4280654_25975.c:20: error: `p' undeclared (first use in this function)
0_0_4280654_25975.c:22: error: `true' undeclared (first use in this function)
0_0_4280654_25975.c:24: error: `NULL' undeclared (first use in this function)
0_0_4280654_25975.c: In function `f_dfs':
0_0_4280654_25975.c:37: error: `true' undeclared (first use in this function)
0_0_4280654_25975.c:38: error: `Node' undeclared (first use in this function)
0_0_4280654_25975.c:38: error: `p' undeclared (first use in this function)
0_0_4280654_25975.c:39: error: `NULL' undeclared (first use in this function)
0_0_4280654_25975.c: In function `main':
0_0_4280654_25975.c:51: error: `EOF' undeclared (first use in this function)
0_0_4280654_25975.c:56: error: `NULL' undeclared (first use in this function)
0_0_4280654_25975.c:57: error: `false' undeclared (first use in this function)
|