14687 - Sum of integers   

Description

Write a program that reads two integers a and b, and computes the sum of all integers from a to b

Input

Input two integers

Output

Sum of all integers between two inputs.

Sample Input  Download

Sample Output  Download




Discuss