Problem | basketball_cpic |
---|---|
User | Hutayo |
Submission Time | 2025-06-20 12:59:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:17:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(v.begin(), v.end(), greater<int>());
| ^~~~
| qsort