Problem J: 【一维数组】查找直角的个数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:92 Solved:81

Description

输入一批角的度数,统计其中有多少个直角。

Input

第一行有一个数N(0<N<100)
第二行有N个整数

Output

仅一个数,即直角数。

Sample Input Copy


Sample Output Copy


HINT

【输入样例】
8
40 12 90 45 180 360 90 90
【输出样例】
3