Problem lunchbox
User TheVeryJerryBerry
Submission Time 2026-06-23 17:07:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:19:34: error: expected ‘;’ before ‘)’ token
19 | for (long long i =0 ; i < n, i++){
| ^
| ;
lunchbox.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
lunchbox.cpp:6:11: note: to match this ‘{’
6 | int main(){
| ^