跳到主要内容
图灵 OJTURING / ONLINE JUDGE

#F1970. Jzzhu and Squares

    ID: 1976 传统题 2000ms 256MiB 尝试: 0 已通过: 0 难度: 10 上传者: 标签>动态规划数学数论挑战难度共享题库Codeforces英文题面题目来源题面语言

Jzzhu and Squares

题目描述

E. Jzzhu and Squares
time limit per test
3 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output

Jzzhu has two integers, n and m. He calls an integer point (x,y) of a plane special if 0≤xn and 0≤ym. Jzzhu defines a unit square as a square with corners at points (x,y), (x+1,y), (x+1,y+1), (x,y+1), where x and y are some integers.

Let's look at all the squares (their sides not necessarily parallel to the coordinate axes) with corners at the special points. For each such square Jzzhu paints a dot in every unit square that is fully inside it. After that some unit squares can contain several dots. Now Jzzhu wonders, how many dots he has painted on the plane. Find this number modulo 1000000007 (109+7).

Input

The first line contains a single integer t (1≤t≤105) − the number of tests.

Each of the next t lines contains the description of the test: two integers n and m (1≤n,m≤106) − the value of variables for the current test.

Output

For each test output the total number of dots modulo 1000000007 (109+7).

Examples
Input
4
1 3
2 2
2 5
3 4
Output
3
8
26
58

题目来源:fps-www.educg.net-codeforce-1-2833.xml.zip;FPS 共享题包,题包内第 1553 题。保留原作者与原赛事署名。