Problem lunchbox
User SirCTan
Submission Time 2026-02-04 20:19:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:34:13: error: a function-definition is not allowed here before ‘{’ token
34 | int main () {
| ^
lunchbox.cpp:39:1: error: expected ‘}’ at end of input
39 | }
| ^
lunchbox.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^