Problem runway
User huangchengcheng
Submission Time 2026-08-03 17:32:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

runway.cpp: In function ‘int main()’:
runway.cpp:85:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
85 | sort(allD.begin(),allD.end());
| ^~~~
| qsort