2095: 【入门】统计直角的数目

Memory Limit:128 MB Time Limit:1.000 S
Creator:
Submit:4 Solved:3

Description

输入一批角(<100)的度数,让计算机统计其中有多少个直角。

Input

输入数据为两行。

第一行输入角的个数。

第二行输入n个角的度数。

Output

输出直角的个数s的值。

Sample Input

6
78 45 60 90 90 12

Sample Output

2

Source/Category