Problem fibo
User ilovepythonandhatecplusplus
Submission Time 2024-03-01 14:47:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:3:14: error: expected ‘{’ before ‘;’ token
3 | namespace std;
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:13:12: error: expected ‘;’ before ‘sec’
13 | fir=fir%Mod
| ^
| ;
14 | sec=%Mod
| ~~~
fibo.cpp:22:5: error: ‘firrep’ was not declared in this scope
22 | sec=firrep+sec;
| ^~~~~~