| Problem | competition |
|---|---|
| User | gab |
| Submission Time | 2025-05-15 09:15:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:21:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
21 | sort(A.begin(),A.end(),comp);
| ^~~~
| qsort