Description
Write a program that finds the sum of all integers from n to m when n and m are given.
Input
The number of test cases T is entered.
Then, n and m of each test case are entered line by line. (-105 <= n<= m <= 105)
Output
Print the sum of all integers from n to m.