Problem | lunchbox |
---|---|
User | yhmixeI |
Submission Time | 2024-06-18 13:38:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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++;){
| ^