2501: AtCoder167 D-Teleporter
          Memory Limit:128 MB
          Time Limit:1.000 S
         
      
      
        
          Judge Style:Text Compare
          Creator:
      
      
          Submit:1
          Solved:0
      
Description
Problem Statement
	The Kingdom of Takahashi has N towns, numbered 1 through N.
There is one teleporter in each town. The teleporter in Town i (1≤i≤N) sends you to Town Ai.
Takahashi, the king, loves the positive integer K. The selfish king wonders what town he will be in if he starts at Town 1 and uses a teleporter exactly K times from there.
Help the king by writing a program that answers this question.
	

Input

Output
Print the integer representing the town the king will be in if he starts at Town 1 and uses a teleporter exactly K times from there.
        Sample Input Copy
4 5
3 2 4 1Sample Output Copy
4