| Problem | fibo_ex |
|---|---|
| User | nmluan |
| Submission Time | 2026-04-02 21:32:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo_ex.cpp: In function ‘int main()’:
fibo_ex.cpp:11:34: error: ‘LL_MAX’ was not declared in this scope; did you mean ‘NL_NMAX’?
11 | f[i] = (f[i-1] + f[i-2])%(int)(LL_MAX/2);
| ^~~~~~
| NL_NMAX