| Problem | hungrycats2 |
|---|---|
| User | ensonchew |
| Submission Time | 2026-03-15 16:33:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:17:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(H.begin(), H.end());
| ^~~~
| qsort