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_17183655_15203.cpp:146:2: error: stray '#' in program
 }#include <map>
  ^
0_0_17183655_15203.cpp:285:2: error: stray '#' in program
 }#include <map>
  ^
0_0_17183655_15203.cpp:146:3: error: 'include' does not name a type
 }#include <map>
   ^
0_0_17183655_15203.cpp:182:14: error: redefinition of 'const int INF'
 const int    INF   = 0x3f3f3f3f;
              ^
0_0_17183655_15203.cpp:37:14: note: 'const int INF' previously defined here
 const int    INF   = 0x3f3f3f3f;
              ^
0_0_17183655_15203.cpp:183:14: error: redefinition of 'const long long int INFF'
 const LL     INFF  = 0x3f3f;
              ^
0_0_17183655_15203.cpp:38:14: note: 'const long long int INFF' previously defined here
 const LL     INFF  = 0x3f3f;
              ^
0_0_17183655_15203.cpp:184:14: error: redefinition of 'const double pi'
 const double pi    = acos(-1.0);
              ^
0_0_17183655_15203.cpp:39:14: note: 'const double pi' previously defined here
 const double pi    = acos(-1.0);
              ^
0_0_17183655_15203.cpp:185:14: error: redefinition of 'const double inf'
 const double inf   = 1e18;
              ^
0_0_17183655_15203.cpp:40:14: note: 'const double inf' previously defined here
 const double inf   = 1e18;
              ^
0_0_17183655_15203.cpp:186:14: error: redefinition of 'const double eps'
 const double eps   = 1e-9;
              ^
0_0_17183655_15203.cpp:41:14: note: 'const double eps' previously defined here
 const double eps   = 1e-9;
              ^
0_0_17183655_15203.cpp:187:14: error: redefinition of 'const long long int mod'
 const LL     mod   = 1e9+7;
              ^
0_0_17183655_15203.cpp:42:14: note: 'const long long int mod' previously defined here
 const LL     mod   = 1e9+7;
              ^
0_0_17183655_15203.cpp:188:14: error: redefinition of 'const long long unsigned int mxx'
 const ull    mxx   = 1333331;
              ^
0_0_17183655_15203.cpp:43:14: note: 'const long long unsigned int mxx' previously defined here
 const ull    mxx   = 1333331;
              ^
0_0_17183655_15203.cpp: In function 'void RI(int&)':
0_0_17183655_15203.cpp:191:13: error: redefinition of 'void RI(int&)'
 inline void RI(int &x) {
             ^
0_0_17183655_15203.cpp:46:13: note: 'void RI(int&)' previously defined here
 inline void RI(int &x) {
             ^
0_0_17183655_15203.cpp: At global scope:
0_0_17183655_15203.cpp:199:8: error: redefinition of 'struct Edge'
 struct Edge{
        ^
0_0_17183655_15203.cpp:54:8: error: previous definition of 'struct Edge'
 struct Edge{
        ^
0_0_17183655_15203.cpp:201:17: error: invalid type in declaration before ';' token
 }edge[MAX*MAX*2];
                 ^
0_0_17183655_15203.cpp:201:17: error: conflicting declaration 'int edge [39516050]'
0_0_17183655_15203.cpp:56:2: note: previous declaration as 'Edge edge [1000005]'
 }edge[MAXN];
  ^
0_0_17183655_15203.cpp:202:12: error: conflicting declaration 'int dfn [4445]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
            ^
0_0_17183655_15203.cpp:57:5: note: previous declaration as 'int dfn [405]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
     ^
0_0_17183655_15203.cpp:202:21: error: conflicting declaration 'int low [4445]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
                     ^
0_0_17183655_15203.cpp:57:14: note: previous declaration as 'int low [405]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
              ^
0_0_17183655_15203.cpp:202:33: error: conflicting declaration 'int belong [4445]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
                                 ^
0_0_17183655_15203.cpp:57:23: note: previous declaration as 'int belong [405]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
                       ^
0_0_17183655_15203.cpp:202:45: error: conflicting declaration 'int sstack [4445]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
                                             ^
0_0_17183655_15203.cpp:57:35: note: previous declaration as 'int sstack [405]'
 int dfn[MAX],low[MAX],belong[MAX],sstack[MAX];
                                   ^
0_0_17183655_15203.cpp:203:13: error: conflicting declaration 'int head [4445]'
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
             ^
0_0_17183655_15203.cpp:58:5: note: previous declaration as 'int head [405]'
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
     ^
0_0_17183655_15203.cpp:203:15: error: redefinition of 'int tot'
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
               ^
0_0_17183655_15203.cpp:58:15: note: 'int tot' previously declared here
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
               ^
0_0_17183655_15203.cpp:203:19: error: redefinition of 'int Index'
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
                   ^
0_0_17183655_15203.cpp:58:19: note: 'int Index' previously declared here
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
                   ^
0_0_17183655_15203.cpp:203:25: error: redefinition of 'int top'
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
                         ^
0_0_17183655_15203.cpp:58:25: note: 'int top' previously declared here
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
                         ^
0_0_17183655_15203.cpp:203:29: error: redefinition of 'int cnt'
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
                             ^
0_0_17183655_15203.cpp:58:29: note: 'int cnt' previously declared here
 int head[MAX],tot,Index,top,cnt;// tot鏄缓鍥//cnt鏄己鑱旈氬垎閲忎釜鏁
                             ^
0_0_17183655_15203.cpp:205:16: error: conflicting declaration 'int instack [4445]'
 int instack[MAX];               //top鏄痶arjan鐨勬爤鍏冪礌涓暟
                ^
0_0_17183655_15203.cpp:60:5: note: previous declaration as 'int instack [405]'
 int instack[MAX];               //top鏄痶arjan鐨勬爤鍏冪礌涓暟
     ^
0_0_17183655_15203.cpp:207:11: error: conflicting declaration 'int c [2500]'
 int c[2500],d[2500];
           ^
0_0_17183655_15203.cpp:61:23: note: previous declaration as 'int c [10005]'
 int a[10005],b[10005],c[10005];
                       ^
0_0_17183655_15203.cpp:209:5: error: redefinition of 'int n'
 int n,m;
     ^
0_0_17183655_15203.cpp:59:5: note: 'int n' previously declared here
 int n,m;//n鏄偣瀵逛釜鏁             //Index鏄痶arjan搴
     ^
0_0_17183655_15203.cpp:209:7: error: redefinition of 'int m'
 int n,m;
       ^
0_0_17183655_15203.cpp:59:7: note: 'int m' previously declared here
 int n,m;//n鏄偣瀵逛釜鏁             //Index鏄痶arjan搴
       ^
0_0_17183655_15203.cpp: In function 'void init()':
0_0_17183655_15203.cpp:210:6: error: redefinition of 'void init()'
 void init(){
      ^
0_0_17183655_15203.cpp:62:6: note: 'void init()' previously defined here
 void init(){
      ^
0_0_17183655_15203.cpp: In function 'void add_edge(int, int)':
0_0_17183655_15203.cpp:221:6: error: redefinition of 'void add_edge(int, int)'
 void add_edge(int a,int b){
      ^
0_0_17183655_15203.cpp:73:6: note: 'void add_edge(int, int)' previously defined here
 void add_edge(int a,int b){
      ^
0_0_17183655_15203.cpp: In function 'void tarjan(int)':
0_0_17183655_15203.cpp:226:6: error: redefinition of 'void tarjan(int)'
 void tarjan(int u){//鍒ゆ柇鍙鍙渶瑕佷竴涓猼arjan鍗冲彲
      ^
0_0_17183655_15203.cpp:78:6: note: 'void tarjan(int)' previously defined here
 void tarjan(int u){//鍒ゆ柇鍙鍙渶瑕佷竴涓猼arjan鍗冲彲
      ^
0_0_17183655_15203.cpp: In function 'bool check(int)':
0_0_17183655_15203.cpp:250:6: error: redefinition of 'bool check(int)'
 bool check(int x){
      ^
0_0_17183655_15203.cpp:102:6: note: 'bool check(int)' previously defined here
 bool check(int x){
      ^
0_0_17183655_15203.cpp: In function 'int main()':
0_0_17183655_15203.cpp:268:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_17183655_15203.cpp:129:5: note: 'int main()' previously defined here
 int main(){
     ^
0_0_17183655_15203.cpp: At global scope:
0_0_17183655_15203.cpp:285:3: error: 'include' does not name a type
 }#include <map>
   ^
0_0_17183655_15203.cpp:321:14: error: redefinition of 'const int INF'
 const int    INF   = 0x3f3f3f3f;
              ^
0_0_17183655_15203.cpp:37:14: note: 'const int INF' previously defined here
 const int    INF   = 0x3f3f3f3f;
              ^
0_0_17183655_15203.cpp:322:14: error: redefinition of 'const long long int INFF'
 const LL     INFF  = 0x3f3f;
              ^
0_0_17183655_15203.cpp:38:14: note: 'const long long int INFF' previously defined here
 const LL     INFF  = 0x3f3f;
              ^
0_0_17183655_15203.cpp:323:14: error: redefinition of 'const double pi'
 const double pi    = acos(-1.0);
              ^
0_0_17183655_15203.cpp:39:14: note: 'const double pi' previously defined here
 const double pi    = acos(-1.0);
              ^
0_0_17183655_15203.cpp:324:14: error: redefinition of 'const double inf'
 const double inf   = 1e18;
              ^
0_0_17183655_15203.cpp:40:14: note: 'const double inf' previously defined here
 const double inf   = 1e18;
              ^
0_0_17183655_15203.cpp:325:14: error: redefinition of 'const double eps'
 const double eps   = 1e-9;
              ^
0_0_17183655_15203.cpp:41:14: note: '


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-07-01 12:55:36, Gzip enabled