0_0_37209246_8681.cpp: In function 'int main()':
0_0_37209246_8681.cpp:63:24: error: too many arguments to function 'void build(int, int, int)'
build(root[0],1,n,1,n);
^
0_0_37209246_8681.cpp:16:6: note: declared here
void build(int id,int L,int R)
^
|