F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.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_36459438_13289.cpp:6:1: error: 'I' does not name a type
 I void Solve(){
 ^
0_0_36459438_13289.cpp: In function 'int main()':
0_0_36459438_13289.cpp:24:21: error: 'stdin' was not declared in this scope
  freopen("1.in","r",stdin);
                     ^
0_0_36459438_13289.cpp:24:26: error: 'freopen' was not declared in this scope
  freopen("1.in","r",stdin);
                          ^
0_0_36459438_13289.cpp:25:15: error: 'scanf' was not declared in this scope
  scanf("%d",&T);while(T--) Solve();
               ^
0_0_36459438_13289.cpp:25:34: error: 'Solve' was not declared in this scope
  scanf("%d",&T);while(T--) Solve();
                                  ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-06 03:14:57, Gzip enabled