0_0_4060816_9885.c:1:19: iostream: No such file or directory
0_0_4060816_9885.c:2:16: queue: No such file or directory
0_0_4060816_9885.c:3:17: vector: No such file or directory
0_0_4060816_9885.c:4:20: algorithm: No such file or directory
0_0_4060816_9885.c:5: error: syntax error before "namespace"
0_0_4060816_9885.c:12: error: variable-size type declared outside of any function
0_0_4060816_9885.c:12: error: variable-size type declared outside of any function
0_0_4060816_9885.c:13: error: variable-size type declared outside of any function
0_0_4060816_9885.c:14: error: variable-size type declared outside of any function
0_0_4060816_9885.c:15: error: syntax error before '<' token
0_0_4060816_9885.c: In function `init':
0_0_4060816_9885.c:22: error: 'for' loop initial declaration used outside C99 mode
0_0_4060816_9885.c:24: error: `edges' undeclared (first use in this function)
0_0_4060816_9885.c:24: error: (Each undeclared identifier is reported only once
0_0_4060816_9885.c:24: error: for each function it appears in.)
0_0_4060816_9885.c: In function `dijkstra':
0_0_4060816_9885.c:30: error: `queue' undeclared (first use in this function)
0_0_4060816_9885.c:30: error: syntax error before "int"
0_0_4060816_9885.c:32: error: `Q' undeclared (first use in this function)
0_0_4060816_9885.c:38: error: 'for' loop initial declaration used outside C99 mode
0_0_4060816_9885.c:38: error: `edges' undeclared (first use in this function)
0_0_4060816_9885.c: In function `main':
0_0_4060816_9885.c:55: error: `EOF' undeclared (first use in this function)
0_0_4060816_9885.c:64: error: `edges' undeclared (first use in this function)
|