Problem sorting
User CHF
Submission Time 2026-01-26 21:43:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sorting.cpp: In function β€˜int main()’:
sorting.cpp:4:9: error: expected identifier before numeric constant
4 | return 0;
| ^
sorting.cpp:4:2: error: named return values are no longer supported
4 | return 0;
| ^~~~~~
sorting.cpp:4:10: error: expected β€˜{’ at end of input
4 | return 0;
| ^