_SIIIIIiIIIlIIIIIII_U's blog

By _SIIIIIiIIIlIIIIIII_U, history, 3 years ago, In English

If the sum between two point A and B is S. And The sum between A and C is Also S.then the Sum between two point B and C is Zero; Sum(A---------B)=S, **** Sum(A---------C)=S, **** Sum(B---------C)=0.* like {4,3,3,2,-2,3,4,-7,2} here A point is 0th-index ,B ponit is 3rd index and C point is 8th index.you can make test cases and try it.

| Write comment?
»
3 years ago, hide # |
 
Vote: I like it +7 Vote: I do not like it

so what do you want to express? do you think it is valuable and we all don't know?

»
3 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Not true unless B and C are different values. A=10,B=5,C=5.