| Problem | dijkstra |
|---|---|
| User | JamesPearman |
| Submission Time | 2023-01-25 16:16:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:37:13: error: too few arguments to function ‘void dijkstra(ll, ll)’
37 | dijkstra(1);
| ^
dijkstra.cpp:11:6: note: declared here
11 | void dijkstra(ll source,ll n){
| ^~~~~~~~