Problem | fibo |
---|---|
User | MajesticMist |
Submission Time | 2024-05-20 12:36:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘long long int fibo(int)’:
fibo.cpp:10:9: error: ‘next’ was not declared in this scope
10 | next = (a + b) % 998244353;
| ^~~~