Problem | party_noi |
---|---|
User | ethanK1RB0 |
Submission Time | 2025-03-14 16:31:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:16:13: error: request for member ‘rbegin’ in ‘arr’, which is of non-class type ‘long long int [n]’
16 | sort((arr).rbegin(), (arr).rend());
| ^~~~~~
party_noi.cpp:16:29: error: request for member ‘rend’ in ‘arr’, which is of non-class type ‘long long int [n]’
16 | sort((arr).rbegin(), (arr).rend());
| ^~~~