Problem catlunch
User H2510152
Submission Time 2025-02-17 16:32:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:49:9: error: expected ‘}’ at end of input
49 | }
| ^
catlunch.cpp:23:23: note: to match this ‘{’
23 | while (start < N) {
| ^
catlunch.cpp:49:9: error: expected ‘}’ at end of input
49 | }
| ^
catlunch.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^