Problem lunchbox
User jiayun
Submission Time 2024-08-05 14:25:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:26:9: error: expected ‘}’ at end of input
26 | }
| ^
lunchbox.cpp:10:24: note: to match this ‘{’
10 | for (int x=0; x<m; x++){
| ^
lunchbox.cpp:26:9: error: expected ‘}’ at end of input
26 | }
| ^
lunchbox.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^