Cupid is looking for pink lovebirds!
A color can be represented as a
Given a list of
Input Specification
The first line will contain a single integer,
The next
Output Specification
A single integer, containing the number of colors that are pink.
Sample Input
Copy
5
0 0 0
240 200 220
243 12 120
12 3 10
241 100 221
Sample Output
Copy
2
Explanation For Sample
The colors
Comments