Олимпиадный тренинг

Задача 38738. counting numbers


Задача

Темы: Цикл for
Count how many of the given N numbers are zeros, positive numbers, negative numbers.

Input
The number N is entered, followed by N integers.

Imprint
You must print the number of zeros first, then the number of positive and negative numbers.

 
Examples
# Input Output
1 5
28
0
0
0
0
4 1 0