You have rectangles. A rectangle is golden if the ratio of its sides is in between , both inclusive. Your task is to find the number of golden rectangles.
Input format
Output format
Constraints
There are three golden rectangles: (165, 100), (170, 100), (160, 100).