League of Legends™. In the game League of Legends™, you must obtain a number by adding up the previous two numbers in the series. This series is called the League of Legends™ Series. The series begins with and . To help David win, tell him the term in the League of Legends™ Series.
loves playingInput Specification
The first line contains two integers and
The second line contains a single integer which is the index (1 indexed) of the number in the sequence you must output.
Output Specification
Output a single integer that is the number located at the given index.
Sample Input
1 1
6
Sample Ouput
8
Comments