0_0_4596480_4692.c:1:18: cstdio: No such file or directory
0_0_4596480_4692.c:2:17: queue: No such file or directory
0_0_4596480_4692.c:4: error: syntax error before "namespace"
0_0_4596480_4692.c:23: error: syntax error before "Node"
0_0_4596480_4692.c:24: error: syntax error before ':' token
0_0_4596480_4692.c:33: error: syntax error before '&' token
0_0_4596480_4692.c: In function `found':
0_0_4596480_4692.c:34: error: `t' undeclared (first use in this function)
0_0_4596480_4692.c:34: error: (Each undeclared identifier is reported only once
0_0_4596480_4692.c:34: error: for each function it appears in.)
0_0_4596480_4692.c: In function `BFS':
0_0_4596480_4692.c:40: error: `queue' undeclared (first use in this function)
0_0_4596480_4692.c:40: error: `Node' undeclared (first use in this function)
0_0_4596480_4692.c:40: error: `q' undeclared (first use in this function)
0_0_4596480_4692.c:44: error: syntax error before "t"
0_0_4596480_4692.c:46: error: syntax error before "nn"
0_0_4596480_4692.c:47: error: 'for' loop initial declaration used outside C99 mode
0_0_4596480_4692.c:48: error: `nn' undeclared (first use in this function)
0_0_4596480_4692.c:48: error: `t' undeclared (first use in this function)
|