| Problem | party_noi |
|---|---|
| User | burningout |
| Submission Time | 2025-02-14 03:30:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:15:10: error: request for member ‘rbegin’ in ‘a’, which is of non-class type ‘int [n]’
15 | sort(a.rbegin(), a.rend());
| ^~~~~~
party_noi.cpp:15:22: error: request for member ‘rend’ in ‘a’, which is of non-class type ‘int [n]’
15 | sort(a.rbegin(), a.rend());
| ^~~~