| Problem | cny | 
|---|---|
| User | Soysauce | 
| Submission Time | 2024-03-23 16:47:08 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 cny.cpp: In function ‘int main()’:
cny.cpp:15:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
   15 |     sort(A.begin(), A.end(), greater<int>());
      |     ^~~~
      |     qsort