Problem lunchbox
User noob41
Submission Time 2023-11-09 17:41:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:21:4: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
21 | ans++;
| ^~~
| abs
lunchbox.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
lunchbox.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^