Problem descsort
User Dantheman
Submission Time 2025-06-17 21:26:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp: In function ‘int main()’:
descsort.cpp:17:12: error: ‘v’ was not declared in this scope
17 | std::sort(v.rbegin(),v.rend());
| ^