| Problem | descsort |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-03 16:07:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:12:7: error: ‘arr’ was not declared in this scope
12 | sort(arr+a, arr+b, greater<int>());
| ^~~
descsort.cpp:12:11: error: ‘a’ was not declared in this scope
12 | sort(arr+a, arr+b, greater<int>());
| ^
descsort.cpp:12:18: error: ‘b’ was not declared in this scope
12 | sort(arr+a, arr+b, greater<int>());
| ^