| Problem | GSS |
|---|---|
| User | NoynYT |
| Submission Time | 2024-07-04 15:57:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:10:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
10 | sort(a.begin(), a.end(), greater<int>());
| ^~~~
| qsort