Problem fenwicktree
User Batigol
Submission Time 2024-05-23 23:51:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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){
| ~~