Problem notduckhunt
User MasterCoder8421
Submission Time 2025-12-05 11:01:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

notduckhunt.cpp: In function ‘int main()’:
notduckhunt.cpp:19:9: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
19 | sort(arr.begin(), arr.end());
| ^~~~
| qsort