100402 - 能被3和5整除的数的和

Time Limit

1000 毫秒

Memory Limit

128 MB

通过次数

32

提交次数

50

MinValMaxVal之间既能被3整除也能被5整除的数的和Cnt

Input

一行,用单个空格分隔的两个正整数,分别表示MinValMaxVal

对于100%的数据:

MinVal \le MaxVal \le 1000

Output

一行,一个正整数,表示Cnt

Examples

Input

15 30

Output

45