Problem descsort
User NewYolker
Submission Time 2026-05-17 18:28:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp:21:25: error: missing terminating " character
21 | cout << arr[i] << """;
| ^~
descsort.cpp: In function ‘int main()’:
descsort.cpp:21:25: error: expected ‘;’ before ‘}’ token
21 | cout << arr[i] << """;
| ^
| ;
22 | }
| ~