Fun Fibonacci
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the value of the function
where is the -th Fibonacci number, defined as follows:
,
,
Input
Three integers .
Output
Print the value of the function .
Examples
Input #1
Answer #1
Submissions 213
Acceptance rate 35%