0_0_38321022_1640.cpp:149:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_38321022_1640.cpp:149:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_38321022_1640.cpp:158:11: error: redefinition of 'const int INF'
const int INF = 0x3f3f3f3f; //int型的INF
^
0_0_38321022_1640.cpp:10:11: note: 'const int INF' previously defined here
const int INF = 0x3f3f3f3f; //int型的INF
^
0_0_38321022_1640.cpp:159:10: error: redefinition of 'const long long int llINF'
const ll llINF = 0x3f3f3f3f3f3f3f3f;//ll型的llINF
^
0_0_38321022_1640.cpp:11:10: note: 'const long long int llINF' previously defined here
const ll llINF = 0x3f3f3f3f3f3f3f3f;//ll型的llINF
^
0_0_38321022_1640.cpp:160:11: error: redefinition of 'const int N'
const int N = 1010;
^
0_0_38321022_1640.cpp:12:11: note: 'const int N' previously defined here
const int N = 1010;
^
0_0_38321022_1640.cpp:162:10: error: redefinition of 'int sta [1010]'
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:14:5: note: 'int sta [1010]' previously declared here
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:162:18: error: redefinition of 'int dfn [1010]'
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:14:13: note: 'int dfn [1010]' previously declared here
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:162:26: error: redefinition of 'int low [1010]'
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:14:21: note: 'int low [1010]' previously declared here
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:162:35: error: redefinition of 'int head [1010]'
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:14:29: note: 'int head [1010]' previously declared here
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:162:43: error: redefinition of 'int scc [1010]'
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:14:38: note: 'int scc [1010]' previously declared here
int sta[N], dfn[N], low[N], head[N], scc[N];
^
0_0_38321022_1640.cpp:163:13: error: redefinition of 'bool insta [1010]'
bool insta[N];
^
0_0_38321022_1640.cpp:15:6: note: 'bool insta [1010]' previously declared here
bool insta[N];
^
0_0_38321022_1640.cpp:164:5: error: redefinition of 'int num'
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:16:5: note: 'int num' previously declared here
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:164:10: error: redefinition of 'int dfncnt'
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:16:10: note: 'int dfncnt' previously declared here
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:164:18: error: redefinition of 'int cnt'
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:16:18: note: 'int cnt' previously declared here
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:164:23: error: redefinition of 'int top'
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:16:23: note: 'int top' previously declared here
int num, dfncnt, cnt, top;
^
0_0_38321022_1640.cpp:166:11: error: redefinition of 'int s [4][4]'
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:18:5: note: 'int s [4][4]' previously declared here
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:166:23: error: redefinition of 'int hate [1010][3]'
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:18:14: note: 'int hate [1010][3]' previously declared here
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:166:35: error: redefinition of 'int like [1010][3]'
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:18:26: note: 'int like [1010][3]' previously declared here
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:166:46: error: redefinition of 'int dis [1010][3]'
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:18:38: note: 'int dis [1010][3]' previously declared here
int s[4][4], hate[N][3], like[N][3], dis[N][3];
^
0_0_38321022_1640.cpp:167:5: error: redefinition of 'int n'
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:19:5: note: 'int n' previously declared here
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:167:8: error: redefinition of 'int a'
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:19:8: note: 'int a' previously declared here
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:167:11: error: redefinition of 'int b'
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:19:11: note: 'int b' previously declared here
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:167:14: error: redefinition of 'int dis12'
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:19:14: note: 'int dis12' previously declared here
int n, a, b, dis12;
^
0_0_38321022_1640.cpp:169:8: error: redefinition of 'struct node'
struct node
^
0_0_38321022_1640.cpp:21:8: error: previous definition of 'struct node'
struct node
^
0_0_38321022_1640.cpp:172:14: error: invalid type in declaration before ';' token
} edge[N * N];
^
0_0_38321022_1640.cpp:172:14: error: conflicting declaration 'int edge [1020100]'
0_0_38321022_1640.cpp:24:3: note: previous declaration as 'node edge [1020100]'
} edge[N * N];
^
0_0_38321022_1640.cpp: In function 'void init1()':
0_0_38321022_1640.cpp:174:6: error: redefinition of 'void init1()'
void init1()
^
0_0_38321022_1640.cpp:26:6: note: 'void init1()' previously defined here
void init1()
^
0_0_38321022_1640.cpp: In function 'void add(int, int)':
0_0_38321022_1640.cpp:181:6: error: redefinition of 'void add(int, int)'
void add(int u, int v)
^
0_0_38321022_1640.cpp:33:6: note: 'void add(int, int)' previously defined here
void add(int u, int v)
^
0_0_38321022_1640.cpp: In function 'void tarjan(int)':
0_0_38321022_1640.cpp:188:6: error: redefinition of 'void tarjan(int)'
void tarjan(int u)
^
0_0_38321022_1640.cpp:40:6: note: 'void tarjan(int)' previously defined here
void tarjan(int u)
^
0_0_38321022_1640.cpp: In function 'void build(int)':
0_0_38321022_1640.cpp:217:6: error: redefinition of 'void build(int)'
void build(int mid)
^
0_0_38321022_1640.cpp:69:6: note: 'void build(int)' previously defined here
void build(int mid)
^
0_0_38321022_1640.cpp: In function 'bool jud()':
0_0_38321022_1640.cpp:250:6: error: redefinition of 'bool jud()'
bool jud()
^
0_0_38321022_1640.cpp:102:6: note: 'bool jud()' previously defined here
bool jud()
^
0_0_38321022_1640.cpp: In function 'int main()':
0_0_38321022_1640.cpp:257:5: error: redefinition of 'int main()'
int main()
^
0_0_38321022_1640.cpp:109:5: note: 'int main()' previously defined here
int main()
^
|