Problem | fenwicktree_easy |
---|---|
User | RogueRanger |
Submission Time | 2024-07-08 09:42:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree_easy.cpp: In function ‘int32_t main()’:
fenwicktree_easy.cpp:27:4: error: ‘ogl’ was not declared in this scope; did you mean ‘logl’?
27 | ogl = trees[l];
| ^~~
| logl
fenwicktree_easy.cpp:30:17: error: ‘og’ was not declared in this scope; did you mean ‘log’?
30 | psum[i]+=(r-og);
| ^~
| log