Problem lunchbox
User Hi1057
Submission Time 2025-06-26 23:22:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | result += k
| ^
| ;
14 | }
| ~