Problem12272--统计数字

12272: 统计数字

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

【问题描述】
输入10个整数,分别统计0,负数,正数的个数。
【输入文件】
10个正整数M0<=M<=2147483647)。
【输出文件】
输出三个数,分别是0,负数,正数的个数(用空格隔开)。
【样例输入1
-12 23 0 56 63 14 -8 0 6 -7
【样例输出1
2 3 5

Sample Input Copy


Sample Output Copy