0_0_22723230_31858.cpp: In function 'int main()':
0_0_22723230_31858.cpp:82:28: error: too few arguments to function 'void update(int, int, int)'
else update(a,b);
^
0_0_22723230_31858.cpp:44:6: note: declared here
void update(int x, int val, int n) // 单单改变父亲结点是不够的,因为无法确定这段区间中的最大值来自哪里,
^
|