Problem dijkstra
User DihydrogenMonoxide
Submission Time 2022-12-28 02:03:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:6:34: error: expected ‘;’ before ‘cin’
6 | ios_base::sync_with_stdio(false)
| ^
| ;
7 | cin.tie(NULL);
| ~~~