Robert has a special set of cards to play with. Each card has an integer written on it and the integer can be negative, positive, or zero. The absolute value of the integer on the card cannot exceed x.
Now, Robert misplaced some of the cards and currently has only N cards. He wants to have the sum of integers present on the cards to be zero.
Find the minimum number of cards that Robert has to add to N cards to make the sum of integers present on all the cards to be zero.
You can assume that Robert has an infinite number of cards with each integer number from −x to x.
Input format
Output format
For each test case, print the minimum number of cards which Robert has to add to satisfy the conditions.
Constraints
1≤T≤101≤N≤1051≤x≤106−x≤A[i]≤x