| Problem | descsort |
|---|---|
| User | earthyeet |
| Submission Time | 2026-02-18 00:52:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:17:2: error: expected ‘,’ or ‘;’ before ‘for’
17 | for (int i = 0; i < p; i++) {
| ^~~
descsort.cpp:17:18: error: ‘i’ was not declared in this scope
17 | for (int i = 0; i < p; i++) {
| ^
descsort.cpp:19:3: error: expected ‘}’ at end of input
19 | }
| ^
descsort.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^