Problem fibo_easy
User laravansteen
Submission Time 2025-03-01 10:42:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo_easy.cpp: In function ‘int main()’:
fibo_easy.cpp:17:5: error: ‘cout’ was not declared in this scope
17 | cout << fib(n);
| ^~~~