The Fibonacci numbers can be defined as follows:
Your task is to calculate the value of $F_n$ for a given $n$ .
The only input line has an integer $n$ .
Print the value of $F_n$ modulo $10^9+7$ .
10 \n
10
\n
55 \n
55