Sum of odd numbers
Very easy
Execution time limit is 3 seconds
Runtime memory usage limit is 128 megabytes
Find the sum of odd numbers in the range from to .
Input
Two integers and , not greater than by absolute value.
Output
Print the sum of odd numbers in the range from to .
Examples
Input #1
Answer #1
Input #13
Answer #13
Submissions 26K
Acceptance rate 23%