0_0_13799304_22004.cpp:2:5: error: stray '#' in program
2 #include<cstring>
^
0_0_13799304_22004.cpp:3:5: error: stray '#' in program
3 #include<algorithm>
^
0_0_13799304_22004.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_13799304_22004.cpp:5:3: error: expected unqualified-id before numeric constant
5 const int N=2000;
^
0_0_13799304_22004.cpp:6:3: error: expected unqualified-id before numeric constant
6 const int M=1000000+3000;
^
0_0_13799304_22004.cpp:7:3: error: expected unqualified-id before numeric constant
7 struct EDGE{
^
0_0_13799304_22004.cpp:9:6: error: 'edge' does not name a type
9 }edge[M];
^
0_0_13799304_22004.cpp:10:2: error: expected unqualified-id before numeric constant
10 int first[N],low[N],dfn[N],sta[M],belong[N];
^
0_0_13799304_22004.cpp:11:2: error: expected unqualified-id before numeric constant
11 int ans[N],match[N],flag[N];
^
0_0_13799304_22004.cpp:12:2: error: expected unqualified-id before numeric constant
12 bool instack[N],vis[N];
^
0_0_13799304_22004.cpp:13:2: error: expected unqualified-id before numeric constant
13 int n,m,g,cnt,top,scc,maxn;
^
0_0_13799304_22004.cpp:14:2: error: expected unqualified-id before numeric constant
14 int Scan() //ÊäÈëÍâ¹Ò
^
0_0_13799304_22004.cpp:25:2: error: expected unqualified-id before numeric constant
25 void Out(int a) //Êä³öÍâ¹Ò
^
0_0_13799304_22004.cpp:31:2: error: expected unqualified-id before numeric constant
31 void AddEdge(int u,int v)
^
0_0_13799304_22004.cpp:37:2: error: expected unqualified-id before numeric constant
37 int min(int a,int b)
^
0_0_13799304_22004.cpp:41:2: error: expected unqualified-id before numeric constant
41 int max(int a,int b)
^
0_0_13799304_22004.cpp:45:2: error: expected unqualified-id before numeric constant
45 void init()
^
0_0_13799304_22004.cpp:57:2: error: expected unqualified-id before numeric constant
57 bool dfs(int u)
^
|