Problem duckhunt14
User NotTYR
Submission Time 2025-11-19 10:20:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt14.cpp: In function ‘int main()’:
duckhunt14.cpp:17:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(a, a+n);
| ^~~~
| qsort