| Problem | duckbuttons |
|---|---|
| User | jaylchicken |
| Submission Time | 2026-02-20 20:54:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:13:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(a, a + n, greater<pair<long long, int>>());
| ^~~~
| qsort