Problem lunchbox
User EelNai
Submission Time 2023-02-28 12:59:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:44: error: expected ‘)’ before ‘;’ token
16 | for (int total=0 ; j < m && total < N; j++;) {
| ~ ^
| )
lunchbox.cpp:16:45: error: expected primary-expression before ‘)’ token
16 | for (int total=0 ; j < m && total < N; j++;) {
| ^