/in/foo.cc: In function 'bool nb(int)':
/in/foo.cc:27:35: warning: pointer to a function used in arithmetic [-Wpointer-arith]
if(nd[root].r>=0&&size[nd[root].l]<max(size[nd[nd[root].r].l],size[nd[nd[root].r].r])) return 1;
^
/in/foo.cc:27:62: warning: pointer to a function used in arithmetic [-Wpointer-arith]
if(nd[root].r>=0&&size[nd[root].l]<max(size[nd[nd[root].r].l],size[nd[nd[root].r].r])) return 1;
^
/in/foo.cc:27:85: warning: pointer to a function used in arithmetic [-Wpointer-arith]
if(nd[root].r>=0&&size[nd[root].l]<max(size[nd[nd[root].r].l],size[nd[nd[root].r].r])) return 1;
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:134:18: warning: unused variable 't' [-Wunused-variable]
int b,i,j,q,x,y,t=clock();
^