| Problem | descsort |
|---|---|
| User | starfal |
| Submission Time | 2026-03-07 10:38:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:17:21: error: expected unqualified-id before ‘=’ token
17 | int = a[i];
| ^
descsort.cpp:19:24: error: ‘temp’ was not declared in this scope; did you mean ‘mktemp’?
19 | a[j] = temp;
| ^~~~
| mktemp