Nth Fibonacci Term
CodeChefOpen on judge ↗
Given a number n, find the nth term of the series - 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144... As nth term can be a large number so print your answer as ( nth term % 1000000007). ###Input: - First line will contain the number $n$. ###Output: - Print the nth term modulo 1000000007. ###Constraints - $1 \leq n \leq 100$ ###Sample Input: 19 ###Sample Output: 258
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start