Problem3400--等差数列 - 3

3400: 等差数列 - 3

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

Description

(1):1+3+5+...+197+199+A;

(2):B+81+79+...+13+11;

Input

输入2个整数

Output

输出2个等差数列的结果,换行输出。

Sample Input Copy

199 81

Sample Output Copy

10000
1656

Source/Category