Problem lunchbox
User yhmixeI
Submission Time 2024-06-18 13:39:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:24: error: expected ‘)’ before ‘;’ token
7 | for(int j = 0; j<m;j++;){
| ~ ^
| )
lunchbox.cpp:7:25: error: expected primary-expression before ‘)’ token
7 | for(int j = 0; j<m;j++;){
| ^