Problem B. Dreamoon and Sums

时间限制 1500 ms   内存限制 256 MB

Dreamoon loves summing up something for no reason. One day he obtains two integers a and b occasionally. He wants to calculate the sum of all nice integers. Positive integer x is called nice if and , where k is some integer number in range [1, a].

By we denote the quotient of integer division of x and y. By we denote the remainder of integer division of x and y. You can read more about these operations here: http://goo.gl/AcsXhT.

The answer may be large, so please print its remainder modulo 1 000 000 007 (109 + 7). Can you compute it faster than Dreamoon?

输入数据

The single line of the input contains two integers a, b (1 ≤ a, b ≤ 107).

输出数据

Print a single integer representing the answer modulo 1 000 000 007 (109 + 7).

样例

样例说明

For the first sample, there are no nice integers because 1541baf44b3fa4d69ee6d471c71820ea4434be7b.png is always zero.

For the second sample, the set of nice integers is {3, 5}.

提交

请先 登录

© 2025 FAQs Contact About