| Problem | sumsumdigit |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2024-12-12 14:50:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘int main()’:
sumsumdigit.cpp:14:24: error: ‘f’ was not declared in this scope
14 | ans[i] += ans[i-1] + f(i);
| ^