Problem | fenwicktree |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-02 20:21:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:41:2: error: ‘ft2’ was not declared in this scope; did you mean ‘ft’?
41 | ft2.resize(n+1, 0);
| ^~~
| ft