Input
First line contains one number N (1???N???103
) number of values.
Second line contains N numbers (-105
??Xi
??105
).
Output
Print four lines with the following format:
First Line: Even: X, where X is the number of even numbers in the given input.
Second Line: Odd: X, where X is the number of odd numbers in the given input.
Third Line: Positive: X, where X is the number of positive numbers in the given
input.
Fourth Line: Negative: X, where X is the number of negative numbers in the
given input.