Problem | growingtrees |
---|---|
User | haydendoo |
Submission Time | 2023-04-05 09:15:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
growingtrees.cpp: In function ‘int main()’:
growingtrees.cpp:50:55: error: lvalue required as left operand of assignment
50 | for(int i=l; i<=r; ++i) if(range_sum(i,i)=temp){best2=i; break;}
| ^~~~