Problem | descsort |
---|---|
User | Cat |
Submission Time | 2025-05-17 11:59:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:10:20: error: ‘arr’ was not declared in this scope
10 | int n = sizeof(arr) / sizeof(arr[0]);
| ^~~
descsort.cpp:14:13: error: expected ‘}’ at end of input
14 | return 0;
| ^
descsort.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^