Problem fibo
User PrunJuice
Submission Time 2023-11-01 13:01:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:15:14: error: ‘nexTerm’ was not declared in this scope; did you mean ‘nextTerm’?
15 | nextTerm = nexTerm%998244353;
| ^~~~~~~
| nextTerm