| Problem | descsort |
|---|---|
| User | Tristyy |
| Submission Time | 2024-06-19 09:59:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:11:2: error: ‘d’ was not declared in this scope
11 | d = sort(a,a+c);c
| ^
descsort.cpp:11:19: error: expected ‘;’ before ‘cout’
11 | d = sort(a,a+c);c
| ^
| ;
12 | cout << d
| ~~~~