Problem lunchbox
User SkibidiScam123
Submission Time 2025-01-22 17:51:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:19:2: error: expected primary-expression before ‘)’ token
19 | )
| ^
lunchbox.cpp:21:2: error: expected ‘}’ at end of input
21 | }
| ^
lunchbox.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^