Problem burgers
User PlayVoltz
Submission Time 2023-09-01 14:29:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int main()’:
burgers.cpp:28:17: error: ‘ans’ was not declared in this scope; did you mean ‘ans1’?
28 | if (mid+count>ans){
| ^~~
| ans1
burgers.cpp:36:22: error: ‘ans2’ was not declared in this scope; did you mean ‘ans1’?
36 | low = 0, high = l2, ans2 = l2;
| ^~~~
| ans1
burgers.cpp:43:17: error: ‘ans’ was not declared in this scope; did you mean ‘ans1’?
43 | if (mid+count>ans){
| ^~~
| ans1