Problem descsort
User yuenyih
Submission Time 2025-03-10 18:01:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp:16:22: error: missing terminating " character
16 | cout << nums[i] << " ;
| ^~~
descsort.cpp: In function ‘int main()’:
descsort.cpp:4:11: error: ‘sync_with_stdio’ was not declared in this scope
4 | ios_base:sync_with_stdio(false);
| ^~~~~~~~~~~~~~~
descsort.cpp:17:2: error: expected primary-expression before ‘}’ token
17 | }
| ^