Problem burgers
User PlayVoltz
Submission Time 2023-09-21 22:53:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int32_t main()’:
burgers.cpp:44:22: error: ‘ans2’ was not declared in this scope; did you mean ‘ans1’?
44 | low = 0, high = l2, ans2 = 0;
| ^~~~
| ans1
burgers.cpp:61:4: error: ‘ans’ was not declared in this scope; did you mean ‘ans1’?
61 | ans = count2;
| ^~~
| ans1