Problem fibo_easy
User taqtru
Submission Time 2024-10-13 17:10:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo_easy.cpp: In function ‘int nthfibo(int)’:
fibo_easy.cpp:16:14: error: expected ‘;’ before ‘}’ token
16 | return dp[n]
| ^
| ;
17 | }
| ~