Problem catlunch
User wahjsodhowasd
Submission Time 2026-02-15 18:20:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:34:33: error: expected ‘}’ at end of input
34 | best += v[i]; // add curren
| ^
catlunch.cpp:33:24: note: to match this ‘{’
33 | } else {
| ^
catlunch.cpp:34:33: error: expected ‘}’ at end of input
34 | best += v[i]; // add curren
| ^
catlunch.cpp:27:20: note: to match this ‘{’
27 | } else {
| ^
catlunch.cpp:34:33: error: expected ‘}’ at end of input
34 | best += v[i]; // add curren
| ^
catlunch.cpp:23:16: note: to match this ‘{’
23 | } else {
| ^
catlunch.cpp:34:33: error: expected ‘}’ at end of input
34 | best += v[i]; // add curren
|