1057: 满足条件的数累加

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:32 Solved:25

Description

将正整数m和n之间(包括m和n)能被17整除的数累加,其中,0 < m < n < 1000。

Input

一行,包含两个整数m和n,其间,以一个空格间隔。

Output

输出一行,包行一个整数,表示累加的结果。

Sample Input Copy

50 85

Sample Output Copy

204

Source/Category