#7615. 【入门】统计直角的数目
【入门】统计直角的数目
Description
输入一批角(<100)的度数,让计算机统计其中有多少个直角。
Input Format
输入数据为两行。 第一行输入角的个数。 第二行输入n个角的度数。
Output Format
输出直角的个数s的值。
6
78 45 60 90 90 12
2
Source
数组
输入一批角(<100)的度数,让计算机统计其中有多少个直角。
输入数据为两行。 第一行输入角的个数。 第二行输入n个角的度数。
输出直角的个数s的值。
6
78 45 60 90 90 12
2
数组
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.