Problem sortbooks
User kenkunkin
Submission Time 2025-11-09 18:36:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sortbooks.cpp: In function ‘int main()’:
sortbooks.cpp:43:32: error: expected statement at end of input
43 | for (int i = 1; i <= n; i++)
| ^
sortbooks.cpp:43:32: error: expected ‘}’ at end of input
sortbooks.cpp:40:12: note: to match this ‘{’
40 | int main() {
| ^