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

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:24: error: expected primary-expression before ‘:’ token
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