#ABC167D. Teleporter
Teleporter
题目描述
The Kingdom of Takahashi has towns, numbered through .
There is one teleporter in each town. The teleporter in Town sends you to Town .
Takahashi, the king, loves the positive integer . The selfish king wonders what town he will be in if he starts at Town and uses a teleporter exactly times from there.
Help the king by writing a program that answers this question.
高桥王国有 个城镇,编号为 至 。
每个城镇都有一个传送器。城镇 的传送器 会把你送到 镇。
国王高桥喜欢正整数 。自私的国王想知道,如果他从 镇开始,使用传送器正好 次,他会在哪个镇。
请编写一个能回答这个问题的程序来帮助国王。
输入格式
输入内容按以下格式标准输入:
输出格式
打印代表国王从城镇 开始,并在该处使用传送器 次的整数。
样例 #1
样例输入 #1
4 5
3 2 4 1
样例输出 #1
4
样例 #2
样例输入 #2
6 727202214173249351
6 5 2 5 3 2
样例输出 #2
2
说明
数据规模与约定
样例 解释
如果我们从城镇 出发,使用传送器 次,我们的行程如下: .