Problem | fibo_easy |
---|---|
User | lykieutrang |
Submission Time | 2025-07-29 22:06:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo_easy.cpp: In function ‘int main()’:
fibo_easy.cpp:21:10: error: ‘n’ was not declared in this scope
21 | l(0, n+1, i) cout << fibo(i) << "\n";
| ^
fibo_easy.cpp:4:39: note: in definition of macro ‘l’
4 | #define l(a, b, i) for (ll i = a; i < b; i++)
| ^