| Problem | dijkstra |
|---|---|
| User | leyi |
| Submission Time | 2023-11-16 13:47:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int32_t main()’:
dijkstra.cpp:8:7: error: ‘sync_With_stdio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
8 | ios::sync_With_stdio(0); cin.tie(0);
| ^~~~~~~~~~~~~~~