Problem lunchbox
User senkyte
Submission Time 2024-02-06 15:01:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:18: error: expected ‘;’ before ‘<’ token
8 | for(int i = 0, i < m, i++){
| ^~
| ;
lunchbox.cpp:8:19: error: expected primary-expression before ‘<’ token
8 | for(int i = 0, i < m, i++){
| ^
lunchbox.cpp:8:21: error: ‘m’ was not declared in this scope
8 | for(int i = 0, i < m, i++){
| ^
lunchbox.cpp:8:27: error: expected ‘;’ before ‘)’ token
8 | for(int i = 0, i < m, i++){
| ^
| ;