Albert1
- 1,221
- 0
a,b,c,d are integers
given :a+b=c, b+c=d , c+d=a
now if b>0, find max(a+b+c+d)
given :a+b=c, b+c=d , c+d=a
now if b>0, find max(a+b+c+d)
Last edited:
Albert said:a,b,c,d are integers
given :a+b=c, b+c=d , c+d=a
now if b>0, find max(a+b+c+d)
Albert said:a,b,c,d are integers
given :a+b=c, b+c=d , c+d=a
now if b>0, find max(a+b+c+d)