Problem | fenwicktree |
---|---|
User | RandomPerson |
Submission Time | 2023-11-10 10:39:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:65:21: error: ‘n’ was not declared in this scope
65 | for(int i = 1;i <= n; i ++){
| ^
fenwicktree.cpp:67:2: error: ‘st’ was not declared in this scope; did you mean ‘std’?
67 | st->update(i, i, a);
| ^~
| std