zoj 3174

来源:互联网 发布:生死狙击矩阵怎么刷 编辑:程序博客网 时间:2024/05/19 14:20
Square Root Day
Time Limit: 1 Second      Memory Limit: 32768 KB      Special Judge

Square Root Day is an unofficial holiday celebrated on days when both the day of the month and the month are the square root of either the last two or three digits of the year. For example, the last Square Root Day was March 3, 2009 (3/3/09), and the next Square Root Day will be April 4, 2016 (4/4/16).

Input

The first line of the input contains an integer T (T <= 10), indicating the number of cases.

Then T lines follows, each has two integers x and y (1 <= x <= y <= 2009).

Output

Output the number of Square Root Days from year x to year y, both inclusive.

Sample Input

22009 200981 100

Sample Output

12