sure.cpp: In function 'int main()':
sure.cpp:18:21: error: 'll' was not declared in this scope
18 | double mid=(L+R)/(ll)2,sum1=0,sum2=0;
| ^~
sure.cpp:21:17: error: 'sum2' was not declared in this scope
21 | while(p>0 && sum2<mid){
| ^~~~
sure.cpp:24:5: error: 'sum1' was not declared in this scope
24 | sum1--;
| ^~~~
sure.cpp:26:7: error: 'sum1' was not declared in this scope
26 | if(sum1>=mid)break;
| ^~~~
sure.cpp:27:4: error: 'sum1' was not declared in this scope
27 | sum1+=a[i]-1;
| ^~~~
sure.cpp:28:4: error: 'sum2' was not declared in this scope
28 | sum2--;
| ^~~~
sure.cpp:30:6: error: 'sum1' was not declared in this scope
30 | if(sum1>=mid && sum2>=mid)
| ^~~~
sure.cpp:30:19: error: 'sum2' was not declared in this scope
30 | if(sum1>=mid && sum2>=mid)
| ^~~~