2024: 【入门】统计直角的数目
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:2
Description
输入一批角(<100)的度数,让计算机统计其中有多少个直角。
Input
输入数据为两行。
第一行输入角的个数。
第二行输入n个角的度数。
Output
输出直角的个数s的值。
Sample Input Copy
6
78 45 60 90 90 12
Sample Output Copy
2