| Problem | dijkstra |
|---|---|
| User | LL |
| Submission Time | 2026-01-27 11:27:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:6:7: error: ‘sync_withstdio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
6 | ios::sync_withstdio(0);
| ^~~~~~~~~~~~~~