练28.2 满足条件的数累加
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
编程求解:正整数 和 之间(包括 和 )能被 整除的数累加的结果是多少。其中,< m < n < 1000。
输入格式
一行,包含两个整数 和 ,以一个空格间隔。
输出格式
输出一行,包行一个整数,表示累加的结果。
样例
50 85
204