0_0_26633754_28745.cpp:1:1: error: 'include' does not name a type
include<bits/stdc++.h>
^
0_0_26633754_28745.cpp: In function 'int main()':
0_0_26633754_28745.cpp:139:30: error: 'scanf' was not declared in this scope
while(~scanf("%d%d",&n,&q)&&(n||q)){
^
0_0_26633754_28745.cpp:149:59: error: 'printf' was not declared in this scope
if(c==4)printf("%lld\n",query(1,1,n,x,y,p)%mod);
^
|