Problem | runway |
---|---|
User | amaadvik |
Submission Time | 2025-01-06 21:17:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
runway.cpp: In function ‘void dfs(int, int)’:
runway.cpp:35:3: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
35 | sort(pth.begin(), pth.end());
| ^~~~
| qsort