Sherlock and Array

  • + 1 comment

    Guys, in the test case examples there is an array with these specifications:

    arr = [2, 0, 0, 0]

    This array has No balanced sums, but in the submission part, the answer is Yes. Any ideas???