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_37519852_13993.cpp:76:2: error: stray '#' in program
 }#include <bits/stdc++.h>
  ^
0_0_37519852_13993.cpp:76:3: error: 'include' does not name a type
 }#include <bits/stdc++.h>
   ^
0_0_37519852_13993.cpp:78:11: error: redefinition of 'const int N'
 const int N = 5005, M = 30005;
           ^
0_0_37519852_13993.cpp:3:11: note: 'const int N' previously defined here
 const int N = 5005, M = 30005;
           ^
0_0_37519852_13993.cpp:78:21: error: redefinition of 'const int M'
 const int N = 5005, M = 30005;
                     ^
0_0_37519852_13993.cpp:3:21: note: 'const int M' previously defined here
 const int N = 5005, M = 30005;
                     ^
0_0_37519852_13993.cpp:79:16: error: redefinition of 'std::vector<int> G [5005]'
 vector<int> G[N], scc[N];
                ^
0_0_37519852_13993.cpp:4:13: note: 'std::vector<int> G [5005]' previously declared here
 vector<int> G[N], scc[N];
             ^
0_0_37519852_13993.cpp:79:24: error: redefinition of 'std::vector<int> scc [5005]'
 vector<int> G[N], scc[N];
                        ^
0_0_37519852_13993.cpp:4:19: note: 'std::vector<int> scc [5005]' previously declared here
 vector<int> G[N], scc[N];
                   ^
0_0_37519852_13993.cpp:80:5: error: redefinition of 'int n'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
     ^
0_0_37519852_13993.cpp:5:5: note: 'int n' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
     ^
0_0_37519852_13993.cpp:80:8: error: redefinition of 'int m'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
        ^
0_0_37519852_13993.cpp:5:8: note: 'int m' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
        ^
0_0_37519852_13993.cpp:80:16: error: redefinition of 'int low [5005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                ^
0_0_37519852_13993.cpp:5:11: note: 'int low [5005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
           ^
0_0_37519852_13993.cpp:80:24: error: redefinition of 'int dfn [5005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                        ^
0_0_37519852_13993.cpp:5:19: note: 'int dfn [5005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                   ^
0_0_37519852_13993.cpp:80:27: error: redefinition of 'int tot_dfn'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                           ^
0_0_37519852_13993.cpp:5:27: note: 'int tot_dfn' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                           ^
0_0_37519852_13993.cpp:80:45: error: redefinition of 'int bel_scc [5005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                             ^
0_0_37519852_13993.cpp:5:36: note: 'int bel_scc [5005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                    ^
0_0_37519852_13993.cpp:80:48: error: redefinition of 'int scc_cnt'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                ^
0_0_37519852_13993.cpp:5:48: note: 'int scc_cnt' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                ^
0_0_37519852_13993.cpp:80:62: error: redefinition of 'int stk [5005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                              ^
0_0_37519852_13993.cpp:5:57: note: 'int stk [5005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                         ^
0_0_37519852_13993.cpp:80:65: error: redefinition of 'int p'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                 ^
0_0_37519852_13993.cpp:5:65: note: 'int p' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                 ^
0_0_37519852_13993.cpp:80:71: error: redefinition of 'int a [5005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                       ^
0_0_37519852_13993.cpp:5:68: note: 'int a [5005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                    ^
0_0_37519852_13993.cpp:80:79: error: redefinition of 'int deg [5005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                               ^
0_0_37519852_13993.cpp:5:74: note: 'int deg [5005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                          ^
0_0_37519852_13993.cpp:80:85: error: redefinition of 'int X [30005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                                     ^
0_0_37519852_13993.cpp:5:82: note: 'int X [30005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                                  ^
0_0_37519852_13993.cpp:80:91: error: redefinition of 'int Y [30005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                                           ^
0_0_37519852_13993.cpp:5:88: note: 'int Y [30005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                                        ^
0_0_37519852_13993.cpp:80:98: error: redefinition of 'int dp [5005]'
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                                                  ^
0_0_37519852_13993.cpp:5:94: note: 'int dp [5005]' previously declared here
 int n, m, low[N], dfn[N], tot_dfn, bel_scc[N], scc_cnt, stk[N], p, a[N], deg[N], X[M], Y[M], dp[N];
                                                                                              ^
0_0_37519852_13993.cpp:81:16: error: redefinition of 'bool in_stack [5005]'
 bool in_stack[N];
                ^
0_0_37519852_13993.cpp:6:6: note: 'bool in_stack [5005]' previously declared here
 bool in_stack[N];
      ^
0_0_37519852_13993.cpp: In function 'void tarjan(int)':
0_0_37519852_13993.cpp:82:6: error: redefinition of 'void tarjan(int)'
 void tarjan(int x) {
      ^
0_0_37519852_13993.cpp:7:6: note: 'void tarjan(int)' previously defined here
 void tarjan(int x) {
      ^
0_0_37519852_13993.cpp: In function 'int main()':
0_0_37519852_13993.cpp:102:5: error: redefinition of 'int main()'
 int main() {
     ^
0_0_37519852_13993.cpp:27:5: note: 'int main()' previously defined here
 int main() {
     ^


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-06-28 05:18:34, Gzip enabled