Problem fibo_easy
User lykieutrang
Submission Time 2025-07-29 22:06:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo_easy.cpp: In function ‘int main()’:
fibo_easy.cpp:19:15: error: ‘N’ was not declared in this scope
19 | dp.resize(N, -1);
| ^