Problem segmenttree
User Blender
Submission Time 2024-04-10 15:26:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp:114:1: error: expected ‘}’ at end of input
114 | }
| ^
segmenttree.cpp:14:1: note: to match this ‘{’
14 | {
| ^
segmenttree.cpp: In member function ‘void Node::update(long long unsigned int, long long int)’:
segmenttree.cpp:68:70: error: expected ‘)’ before ‘}’ token
68 | this->value = min( this->leftChild->value, this->rightChild->value
| ~ ^
| )
69 | }
| ~
segmenttree.cpp: At global scope:
segmenttree.cpp:70:5: error: expected unqualified-id at end of input
70 | }
| ^