Олимпиадный тренинг

Задача 7129. From a to b. Task 8


Задача

Темы: Цикл for
You are given two integers a and b.
Write a program that finds the sum of all triple integers from a to b

Input: 
The first line contains two integers a and b (a<=b,  a,b modulo no more than 100)

Output:
The program should output one number The sum of all tripled numbers from a to b
 

Example

Enter

Output

10 20 495