Problem fibo
User AJigglypuffCoder
Submission Time 2024-10-23 15:36:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:5:24: error: expected ‘,’ or ‘;’ before ‘:’ token
5 | int previous_previous=0:
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:29:36: error: ‘previous’ was not declared in this scope
29 | current_tmp = previous_previous+previous;
| ^~~~~~~~