| Problem | dijkstra |
|---|---|
| User | angelahaha |
| Submission Time | 2023-11-16 09:57:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dijkstra.cpp:7:2: error: expected initializer before ‘ios’
7 | ios::sync_with_stdio(0);cin.tie(0);
| ^~~
dijkstra.cpp:7:26: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | ios::sync_with_stdio(0);cin.tie(0);
| ^~~
| sin
dijkstra.cpp:8:1: error: expected unqualified-id before ‘{’ token
8 | {
| ^