| Problem | hungrycats2 |
|---|---|
| User | Micha |
| Submission Time | 2026-02-28 10:00:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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