Sample Input:
10 (Number of elements of the array)
100 (Sum value)
18 23 17 29 1 6 7 30 7 6 (Array elements)
Sample Output:
Yes
Explanation:
18 + 23 + 17 + 29 + 6 + 7 = 100
@@coding::1@@
Recommended Programs