Problem | fibo |
---|---|
User | aanyabiswas |
Submission Time | 2024-03-03 18:57:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:1:3: error: invalid preprocessing directive #Program
1 | # Program to display the Fibonacci sequence up to n-th term
| ^~~~~~~
fibo.cpp:5:3: error: invalid preprocessing directive #first
5 | # first two terms
| ^~~~~
fibo.cpp:14:7: error: invalid preprocessing directive #update
14 | # update values
| ^~~~~~
fibo.cpp:3:1: error: ‘nterms’ does not name a type
3 | nterms = int(input())
| ^~~~~~