Problem fibo
User wasdplant
Submission Time 2025-03-07 16:10:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:12:9: error: overloaded function with no contextual type information
12 | prev = 0;
| ^
fibo.cpp:13:2: error: ‘prev2’ was not declared in this scope
13 | prev2 = 1;
| ^~~~~