| Problem | descsort |
|---|---|
| User | weiheng |
| Submission Time | 2026-01-11 12:29:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:12:29: error: expected primary-expression before ‘const’
12 | sort (v.begin(),v.end(),const[](auto &a,auto &b){
| ^~~~~
descsort.cpp:15:18: error: ‘i’ was not declared in this scope
15 | for (int i=0;i<n;i++) cout << v[i];
| ^