You are given an array A of length N and can perform the following operation on the array:
Find the minimum number of operations required to make all the elements of array A equal to zero.
Input format
Output format
Print the minimum number of operations required to make all the elements of array A equal to zero.
Constraints
1≤N≤5×1051≤A[i]≤109