| Problem | descsort |
|---|---|
| User | gamer1234e |
| Submission Time | 2026-04-10 14:22:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:16:15: error: expected ‘;’ before ‘}’ token
16 | cout << A[i]
| ^
| ;
17 | }
| ~
descsort.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
descsort.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^