Problem | dijkstra |
---|---|
User | tenpo |
Submission Time | 2022-12-27 11:23:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:9:10: error: ‘v’ was not declared in this scope
9 | cin >> v >> e;
| ^
dijkstra.cpp:9:15: error: ‘e’ was not declared in this scope
9 | cin >> v >> e;
| ^
dijkstra.cpp:17:12: error: ‘a’ was not declared in this scope
17 | cin >> a[i] >> b[i] >> w[i];
| ^
dijkstra.cpp:17:20: error: ‘b’ was not declared in this scope
17 | cin >> a[i] >> b[i] >> w[i];
| ^
dijkstra.cpp:17:28: error: ‘w’ was not declared in this scope
17 | cin >> a[i] >> b[i] >> w[i];
| ^