Problem1357--统计输入文本中出现0和1的个数

1357: 统计输入文本中出现0和1的个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 4  Solved: 1
[Submit] [Status] [Web Board] [Creator:]

Description

统计输入文本中出现0和1的个数。 输出结果: 第1行:0的个数 第2行:1的个数

Sample Input

0:000
1:001
2:010
3:011
4:100
5:101
6:110
7:111

Sample Output

13
13

Source/Category