编程介的小学生
2017-09-21 02:42Beijing 2008
Problem Description
As we all know, the next Olympic Games will be held in Beijing in 2008. So the year 2008 seems a little special somehow. You are looking forward to it, too, aren't you? Unfortunately there still are months to go. Take it easy. Luckily you meet me. I have a problem for you to solve. Enjoy your time.
Now given a positive integer N, get the sum S of all positive integer divisors of 2008N. Oh no, the result may be much larger than you can think. But it is OK to determine the rest of the division of S by K. The result is kept as M.
Pay attention! M is not the answer we want. If you can get 2008M, that will be wonderful. If it is larger than K, leave it modulo K to the output. See the example for N = 1,K = 10000: The positive integer divisors of 20081 are 1、2、4、8、251、502、1004、2008,S = 3780, M = 3780, 2008M % K = 5776.
Input
The input consists of several test cases. Each test case contains a line with two integers N and K (1 ≤ N ≤ 10000000, 500 ≤ K ≤ 10000). N = K = 0 ends the input file and should not be processed.
Output
For each test case, in a separate line, please output the result.
Sample Input
1 10000
0 0
Sample Output
5776
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- 像我这种工作经验跳槽,能拿多少薪水合适?
- 北京
- 工作
- 求职
- 0个回答
- minisite.weather.js修改问题/高手进
- javascript
- 0个回答
- 求助一个php正则表达式的问题
- 正则表达式
- php
- 3个回答
- sql 同一个表中如何把两条数据合并成一条显示,并显示两条数据的全部内容
- sql
- 两条数据合并为一条
- 3个回答