Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Prepared by Ibrahim Mesecan.
Sum of odd numbers from a to b
You will be given two numbers a and b. Calculate and show the sum of
odd numbers from a until b.
Input specification
You will be given the two integers a and b where 1 ≤ a < b ≤ 5000
Output specification
Show the sum of odd numbers from a until b.
Sample Input I
4 10 |
Sample Input II
2 28 |
Sample Output I
21 |
Sample Output II
195 |
Для отправки решений необходимо выполнить вход.
|