| Problem | conductslip |
|---|---|
| User | Pan |
| Submission Time | 2023-11-24 10:10:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:43:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
43 | sort(zero.begin(), zero.end(), greater<ll>());
| ^~~~
| qsort