0_0_36459439_15084.cpp:2:18: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:28: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:40: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:47: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:57: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:68: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:83: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:90: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:97: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:107: error: 'N' was not declared in this scope
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:112: error: 'vector' does not name a type
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:2:131: error: 'll' does not name a type
int n,m,T,r,l,st[N+5],sh,A[N+5],Maxn,B[N+5],C[N+5],Ch,D[N+5],Dh,Fl[N+5],cnt,ToT,L[N+5],R[N+5],F[N+5<<1],Q[N+5];vector<int> G[N+5];ll Ans;
^
0_0_36459439_15084.cpp:3:1: error: 'I' does not name a type
I void insert(int x){while(x<=n*2) F[x]++,x+=x&-x;}
^
0_0_36459439_15084.cpp:4:1: error: 'I' does not name a type
I int find(int x){int ans=0;while(x)ans+=F[x],x-=x&-x;return ans;}
^
0_0_36459439_15084.cpp:5:1: error: 'I' does not name a type
I void clear(int x){while(x<=n*2&&F[x]) F[x]=0,x+=x&-x;;}
^
0_0_36459439_15084.cpp:6:1: error: 'I' does not name a type
I void Solve(){
^
0_0_36459439_15084.cpp: In function 'int main()':
0_0_36459439_15084.cpp:25:15: error: 'scanf' was not declared in this scope
scanf("%d",&T);while(T--) Solve();
^
0_0_36459439_15084.cpp:25:34: error: 'Solve' was not declared in this scope
scanf("%d",&T);while(T--) Solve();
^
|