Problem | fenwicktree |
---|---|
User | Batigol |
Submission Time | 2024-05-23 23:51:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In constructor ‘node::node(long long int, long long int)’:
fenwicktree.cpp:12:25: error: expected ‘;’ before ‘if’
12 | left = right = nullptr
| ^
| ;
13 | if(S==E){
| ~~