| Problem | fibo |
|---|---|
| User | ChenXuan |
| Submission Time | 2024-09-21 19:48:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:25:28: error: ‘M’ was not declared in this scope
25 | next = (f1 + f0) % M;
| ^
fibo.cpp:27:14: error: ‘fl’ was not declared in this scope; did you mean ‘f1’?
27 | f0 = fl % M;
| ^~
| f1