Positive, negative or zero? You have N amount of numbers. Define which of the N numbers are zero, positive or negative numbers.
Print total count of zeros, then positive numbers and finally negative numbers.
Input: in the first line we have total amount of numbers after the first line we get each number particularly.
Output: print total count of zero, positive and negative numbers