0_0_33952612_4847.cpp: In function 'int readint()':
0_0_33952612_4847.cpp:9:9: error: 'sc' was not declared in this scope
sc;
^
0_0_33952612_4847.cpp:13:9: error: 'sc' was not declared in this scope
sc;
^
0_0_33952612_4847.cpp: In function 'void build(int, int)':
0_0_33952612_4847.cpp:44:26: error: too many arguments to function 'void build(int, int)'
build(son[x][0],l,mid);
^
0_0_33952612_4847.cpp:36:6: note: declared here
void build(int l,int r){
^
0_0_33952612_4847.cpp:45:28: error: too many arguments to function 'void build(int, int)'
build(son[x][0],mid+1,r);
^
0_0_33952612_4847.cpp:36:6: note: declared here
void build(int l,int r){
^
0_0_33952612_4847.cpp: In function 'int main()':
0_0_33952612_4847.cpp:75:16: error: void value not ignored as it ought to be
rt[1]=rt[0]=build(1,n);
^
0_0_33952612_4847.cpp:76:11: error: 't' was not declared in this scope
while(t--){
^
|