Блог пользователя _SIIIIIiIIIlIIIIIII_U

Автор _SIIIIIiIIIlIIIIIII_U, история, 11 месяцев назад, По-английски

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.

  • Проголосовать: нравится
  • -21
  • Проголосовать: не нравится

»
11 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by _SIIIIIiIIIlIIIIIII_U (previous revision, new revision, compare).

»
11 месяцев назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

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

»
11 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

  • »
    »
    11 месяцев назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    This is true for array value.. 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.

    • »
      »
      »
      11 месяцев назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Oh I didn't notice that you meant ranges I thought you meant values.