当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

1012:Joseph

题目描述
The Joseph's problem is notoriously known. For those who are not familiar with the original problem: from among n people, numbered 1, 2, . . ., n, standing in circle every mth is going to be executed and only the life of the last remaining person will be saved. Joseph was smart enough to choose the position of the last remaining person, thus saving his life to give us the message about the incident. For example when n = 6 and m = 5 then the people will be executed in the order 5, 4, 6, 2, 3 and 1 will be saved.

Suppose that there are k good guys and k bad guys. In the circle the first k are good guys and the last k bad guys. You have to determine such minimal m that all the bad guys will be executed before the first good guy.

输入解释
The input file consists of separate lines containing k. The last line in the input file contains 0. You can suppose that 0 < k < 14.
输出解释
The output file will consist of separate lines containing m corresponding to k in the input file.
输入样例
3
4
0
输出样例
5
30


该题目是Virtual Judge题目,来自 北京大学POJ

题目来源 Central Europe 1995

源链接: POJ-1012

最后修改于 2020-10-29T05:49:54+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
1000 10000