Problem | f7 |
---|---|
User | jaylchicken |
Submission Time | 2025-01-18 16:27:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
f7.cpp: In function ‘int main()’:
f7.cpp:38:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
38 | sort(points,points+N, greater<int>());
| ^~~~
| qsort