| Problem | descsort |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-03-03 16:54:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:15:17: error: request for member ‘begin’ in ‘scores’, which is of non-class type ‘char [n]’
15 | sort(scores.begin(), scores.end(), greater<int>());
| ^~~~~
descsort.cpp:15:33: error: request for member ‘end’ in ‘scores’, which is of non-class type ‘char [n]’
15 | sort(scores.begin(), scores.end(), greater<int>());
| ^~~