Problem lunchbox
User Hansjuaraosn
Submission Time 2024-08-09 09:11:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:27:20: error: expected ‘;’ before ‘}’ token
27 | cout << m << "\n"
| ^
| ;
28 | }
| ~
lunchbox.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
lunchbox.cpp:6:11: note: to match this ‘{’
6 | int main(){
| ^