0_0_29625148_25266.cpp:58:1: error: 'll' does not name a type
ll query(int root,int l,int r,int L,int R){
^
0_0_29625148_25266.cpp: In function 'int main()':
0_0_29625148_25266.cpp:95:49: error: 'query' was not declared in this scope
printf("%lld\n",query(timeroot[noww],1,n,l,r));
^
0_0_29625148_25266.cpp:101:46: error: 'query' was not declared in this scope
printf("%lld\n",query(timeroot[t],1,n,l,r));
^
|