| Problem | fibo | 
|---|---|
| User | adammmamammamamamaamamam | 
| Submission Time | 2023-04-17 16:06:22 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 fibo.cpp: In function ‘int main()’:
fibo.cpp:6:4: error: expected initializer before ‘long’
    6 |    long long int f
      |    ^~~~
fibo.cpp:8:11: error: ‘j’ was not declared in this scope; did you mean ‘jn’?
    8 |  for (j=0;j < N; j++)
      |           ^
      |           jn
fibo.cpp:8:15: error: ‘N’ was not declared in this scope
    8 |  for (j=0;j < N; j++)
      |               ^
fibo.cpp:8:21: error: expected ‘}’ at end of input
    8 |  for (j=0;j < N; j++)
      |                     ^
fibo.cpp:4:13: note: to match this ‘{’
    4 | int main () {
      |             ^