Problem lunchbox
User ZhangBowen
Submission Time 2025-04-13 12:56:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘for’
14 | for (long long i=0;i<m;i++){
| ^~~
lunchbox.cpp:14:21: error: ‘i’ was not declared in this scope
14 | for (long long i=0;i<m;i++){
| ^