Problem hungrycats2
User Micha
Submission Time 2026-02-28 10:00:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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