Problem1158--整除

1158: 整除

[Creator : ]
Time Limit : 1 sec  Memory Limit : 128 MB

Description

给出两个数nm计算从1n内所有能被m整除的数的和

Input

输入t(t<=100)表示有t组测试数据,每组测试数据输入n和m,(1<=m<=n<=1000000).

Output

输出答案,每个答案单独一行

Sample Input Copy

1
100 1

Sample Output Copy

5050

Source/Category