| Problem | funnysequence |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-03-06 13:06:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
funnysequence.cpp: In function ‘void init()’:
funnysequence.cpp:8:7: error: ‘i’ was not declared in this scope
8 | if (i*i*i+floor(sqrt(a[i-1]))+floor(sqrt(a[i-2])) <= 1e18) a.push_back(i*i*i+floor(sqrt(a[i-1]))+floor(sqrt(a[i-2])));
| ^