Problem runway
User amaadvik
Submission Time 2025-01-06 21:17:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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