Problem dijkstra
User Arjun
Submission Time 2025-12-26 14:50:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp:22:40: error: stray ‘#’ in program
22 | int node = pq.top().second;#include <bits/stdc++.h>
| ^
dijkstra.cpp: In function ‘void dijkstra(long long int)’:
dijkstra.cpp:22:41: error: ‘include’ was not declared in this scope
22 | int node = pq.top().second;#include <bits/stdc++.h>
| ^~~~~~~
dijkstra.cpp:22:50: error: ‘bits’ was not declared in this scope
22 | int node = pq.top().second;#include <bits/stdc++.h>
| ^~~~
dijkstra.cpp:22:55: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
22 | int node = pq.top().second;#include <bits/stdc++.h>
| ^~~~
| std
dijkstra.cpp:23:1: er