Problem | bananasmoothie |
---|---|
User | caffeine |
Submission Time | 2023-02-06 16:28:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int32_t main()’:
bananasmoothie.cpp:13:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(arr,arr+n,greater<int>());
| ^~~~
| qsort