0_0_4060564_5063.c:1:19: iostream: No such file or directory
0_0_4060564_5063.c:2:16: queue: No such file or directory
0_0_4060564_5063.c:3:17: vector: No such file or directory
0_0_4060564_5063.c:4:20: algorithm: No such file or directory
0_0_4060564_5063.c:5: error: syntax error before "namespace"
0_0_4060564_5063.c:10: error: variable-size type declared outside of any function
0_0_4060564_5063.c:10: error: variable-size type declared outside of any function
0_0_4060564_5063.c:11: error: variable-size type declared outside of any function
0_0_4060564_5063.c:12: error: variable-size type declared outside of any function
0_0_4060564_5063.c:16: error: syntax error before "node"
0_0_4060564_5063.c:19: error: syntax error before '<' token
0_0_4060564_5063.c: In function `dijkstra':
0_0_4060564_5063.c:30: error: `priority_queue' undeclared (first use in this function)
0_0_4060564_5063.c:30: error: (Each undeclared identifier is reported only once
0_0_4060564_5063.c:30: error: for each function it appears in.)
0_0_4060564_5063.c:30: error: `node' undeclared (first use in this function)
0_0_4060564_5063.c:30: error: `Q' undeclared (first use in this function)
0_0_4060564_5063.c:36: error: syntax error before "curnode"
0_0_4060564_5063.c:38: error: `curnode' undeclared (first use in this function)
0_0_4060564_5063.c:40: error: 'for' loop initial declaration used outside C99 mode
0_0_4060564_5063.c:40: error: `edges' undeclared (first use in this function)
0_0_4060564_5063.c: In function `main':
0_0_4060564_5063.c:60: error: `EOF' undeclared (first use in this function)
0_0_4060564_5063.c:64: error: `edges' undeclared (first use in this function)
|