For the very first test case, how is it possible to have combinations with sum 3?
The maximum possible sum is with case 11111, which is 2(11 + 11). So shouldn’t the answer be 0?
For the very first test case, how is it possible to have combinations with sum 3?
The maximum possible sum is with case 11111, which is 2(11 + 11). So shouldn’t the answer be 0?