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

Compile Error

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