Problem2095--【入门】统计直角的数目2095: 【入门】统计直角的数目
Time Limit: 1.000 Sec Memory Limit: 128 MB
Submit: 0 Solved: 2
[Submit] [Status] [Web Board] [Creator:][下载测试数据] Description
输入一批角(<100)的度数,让计算机统计其中有多少个直角。
Input
输入数据为两行。
第一行输入角的个数。
第二行输入n个角的度数。
Output
输出直角的个数s的值。
Sample Input
6
78 45 60 90 90 12
Sample Output
2
Source/Category
[Submit] [Status]