1028: 区间内整数求和
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:40
Solved:36
Description
输入两个整数a,b,输出a ~ b之间所有整数的总和(包括a,b)。
Input
1
3
3
Output
6
Sample Input Copy
3
7
Sample Output Copy
25