Problem lunchbox
User aa24codebreaker
Submission Time 2023-11-09 10:29:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:16:13: error: expected ‘;’ before ‘)’ token
16 | for (x>N){
| ^
| ;
lunchbox.cpp:27:5: error: expected primary-expression before ‘return’
27 | return 0;
| ^~~~~~
lunchbox.cpp:25:15: error: expected ‘)’ before ‘return’
25 | cout << m;
| ^
| )
26 |
27 | return 0;
| ~~~~~~
lunchbox.cpp:16:9: note: to match this ‘(’
16 | for (x>N){
| ^