0_0_25963901_15057.cpp: In function 'void push_up(int)':
0_0_25963901_15057.cpp:28:58: error: 'min' was not declared in this scope
tree[rt].minb=min(tree[rt<<1].minb,tree[rt<<1|1].minb);
^
0_0_25963901_15057.cpp:30:58: error: 'max' was not declared in this scope
tree[rt].maxa=max(tree[rt<<1].maxa,tree[rt<<1|1].maxa);
^
0_0_25963901_15057.cpp: In function 'int main()':
0_0_25963901_15057.cpp:87:31: error: 'scanf' was not declared in this scope
while(~scanf("%d %d",&n,&q)){
^
0_0_25963901_15057.cpp:95:48: error: 'printf' was not declared in this scope
else printf("%d\n",query(l,r,1,n,1));
^
|