#Z14108. 满足条件的数累加
满足条件的数累加
Description
Sum all integers between positive integers m and n (inclusive) that are divisible by 17, where 0 < m < n < 1000.
Input Format
One line containing two integers m and n, separated by a single space.
Output Format
Output one line containing a single integer representing the sum.
50 85
204