Problem1077--PIPI的函数

1077: PIPI的函数

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

Description

请求解下面的积分并输出答案:

Input

多组输入。
每一个样例包含两个正整数 a,b (0<a<=b<=10)

Output

每一个样例输出一个整形,即积分的答案乘以10000。(精度为 1e-5 ,每次取左端点)

Sample Input Copy

1 1
1 2
2 8

Sample Output Copy

0
6593
-312

Source/Category