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

Compile Error

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