0_0_10847271_9462.c:1:19: iostream: No such file or directory
0_0_10847271_9462.c:2:20: algorithm: No such file or directory
0_0_10847271_9462.c:3:17: cstdio: No such file or directory
0_0_10847271_9462.c:4:18: cstring: No such file or directory
0_0_10847271_9462.c:5:16: queue: No such file or directory
0_0_10847271_9462.c:6: error: syntax error before "namespace"
0_0_10847271_9462.c:13: error: syntax error before "s1"
0_0_10847271_9462.c: In function `bfs':
0_0_10847271_9462.c:16: error: `node' undeclared (first use in this function)
0_0_10847271_9462.c:16: error: (Each undeclared identifier is reported only once
0_0_10847271_9462.c:16: error: for each function it appears in.)
0_0_10847271_9462.c:16: error: syntax error before "st"
0_0_10847271_9462.c:17: error: `queue' undeclared (first use in this function)
0_0_10847271_9462.c:17: error: `q' undeclared (first use in this function)
0_0_10847271_9462.c:18: error: `st' undeclared (first use in this function)
0_0_10847271_9462.c:18: error: `s1' undeclared (first use in this function)
0_0_10847271_9462.c:30: error: `s2' undeclared (first use in this function)
0_0_10847271_9462.c:43: error: `ed' undeclared (first use in this function)
0_0_10847271_9462.c: In function `main':
0_0_10847271_9462.c:88: error: `node' undeclared (first use in this function)
0_0_10847271_9462.c:88: error: syntax error before "s1"
0_0_10847271_9462.c:94: error: 'for' loop initial declaration used outside C99 mode
0_0_10847271_9462.c:95: error: `s1' undeclared (first use in this function)
0_0_10847271_9462.c:97: error: redefinition of 'i'
0_0_10847271_9462.c:94: error: previous definition of 'i' was here
0_0_10847271_9462.c:97: error: 'for' loop initial declaration used outside C99 mode
0_0_10847271_9462.c:98: error: `s2' undeclared (first use in this function)
|