Guess

1

4 votes
Very-Easy
Problem

Mr.Hola does not like Sameer at all and they always fight with each other. As Sammer is good in guessing the pattern so Mr. Hola gives him a pattern to guess. Help Sameer to find out the pattern.
input
The input file consists of several lines. The line number i contains a two positive integers a and b representing the i-th pair. [0<=a<=b<=10^6]
maximum query <=10^3
output
The output file should contain the same number of lines as the input file. The i-th line should contain one number – the required value of the pattern.

Input:
1 4
2 3
4 10
7 10
8 100
200 300
255 275

Output:

5
5
12
7
1043
4048
1060

Problem Setter : Avinash Gurjar

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?