Problem | fenwicktree |
---|---|
User | xyz |
Submission Time | 2023-11-08 11:14:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:5:2: error: ‘workers’ was not declared in this scope
5 | workers.emplace_back(abc);
| ^~~~~~~
fenwicktree.cpp:5:23: error: ‘abc’ was not declared in this scope; did you mean ‘abs’?
5 | workers.emplace_back(abc);
| ^~~
| abs