Problem lunchbox
User NgMinSong123
Submission Time 2023-03-06 17:50:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:18:12: error: expected ‘;’ before ‘}’ token
18 | cout << b
| ^
| ;
19 | }
| ~
lunchbox.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
lunchbox.cpp:8:13: note: to match this ‘{’
8 | int main () {
| ^