| Problem | fibo |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-07-22 11:29:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘ll Cur_num(std::vector<long long int>&, ll)’:
fibo.cpp:6:6: error: ‘n’ was not declared in this scope
6 | if (n <= 1) return n;
| ^