- Time limit: 1.00 s
- Memory limit: 512 MB
The Fibonacci numbers can be defined as follows:
Your task is to calculate the value of for a given .
Input
The only input line has an integer .
Output
Print the value of modulo .
Constraints
Example
Input:
10
Output:
55