Problem | lunchbox |
---|---|
User | Ningja |
Submission Time | 2023-11-10 10:48:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort (a,a+sch,greater<int>());
| ^~~~
| qsort