| Problem | sorting |
|---|---|
| User | CHF |
| Submission Time | 2026-01-26 21:42:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^