Problem lunchbox
User BigEd15
Submission Time 2025-04-27 17:23:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:20: error: expected ‘;’ before ‘)’ token
13 | for (i=0; i<m, i++) {
| ^
| ;
lunchbox.cpp:38:11: error: ‘sync_with_stdio’ was not declared in this scope
38 | ios_base:sync_with_stdio(0); cin.tie(0);
| ^~~~~~~~~~~~~~~