Problem fibo
User christal
Submission Time 2023-12-23 13:50:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:26:26: error: expected ‘;’ before ‘cout’
26 | nextTerm = nextTerm%mod
| ^
| ;
27 | cout << nextTerm << endl;
| ~~~~