#P11041. [蓝桥杯 2024 省 Java B] 报数游戏
[蓝桥杯 2024 省 Java B] 报数游戏
Problem Description
Xiao Lan and his friends are playing a counting game. Since this year is , they decide to take turns reporting, in increasing order, the positive integers that are multiples of or . The first reported numbers are: . What is the -th reported number?
This is an output-only fill-in-the-blank problem. You only need to compute the result and submit it. The result is an integer. When submitting, output only this integer; any extra content will result in no score.
Input Format
There is no input for this problem.
Output Format
One line with one integer, representing the answer you computed.
Hint
Translated by ChatGPT 5