Problem lunchbox
User pIaceholder
Submission Time 2023-04-14 15:25:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:6: error: expected ‘(’ before ‘lunchboxes’
20 | if lunchboxes < req:
| ^~~~~~~~~~
| (
lunchbox.cpp:23:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
23 | ans++;
| ^~~
| abs
lunchbox.cpp:26:15: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
26 | std::cout << ans;
| ^~~
| abs