0_0_32845659_25291.cpp:90:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_32845659_25291.cpp:90:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_32845659_25291.cpp:94:11: error: redefinition of 'const int INF'
const int INF = 0x3f3f3f3f;
^
0_0_32845659_25291.cpp:5:11: note: 'const int INF' previously defined here
const int INF = 0x3f3f3f3f;
^
0_0_32845659_25291.cpp:95:11: error: redefinition of 'const int maxn'
const int maxn = 2e5 + 7;
^
0_0_32845659_25291.cpp:6:11: note: 'const int maxn' previously defined here
const int maxn = 2e5 + 7;
^
0_0_32845659_25291.cpp:96:14: error: redefinition of 'int Head [200007]'
int Head[maxn], Nxt[maxn << 1], To[maxn << 1];
^
0_0_32845659_25291.cpp:7:5: note: 'int Head [200007]' previously declared here
int Head[maxn], Nxt[maxn << 1], To[maxn << 1];
^
0_0_32845659_25291.cpp:96:30: error: redefinition of 'int Nxt [400014]'
int Head[maxn], Nxt[maxn << 1], To[maxn << 1];
^
0_0_32845659_25291.cpp:7:17: note: 'int Nxt [400014]' previously declared here
int Head[maxn], Nxt[maxn << 1], To[maxn << 1];
^
0_0_32845659_25291.cpp:96:45: error: redefinition of 'int To [400014]'
int Head[maxn], Nxt[maxn << 1], To[maxn << 1];
^
0_0_32845659_25291.cpp:7:33: note: 'int To [400014]' previously declared here
int Head[maxn], Nxt[maxn << 1], To[maxn << 1];
^
0_0_32845659_25291.cpp:97:5: error: redefinition of 'int n'
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:8:5: note: 'int n' previously declared here
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:97:8: error: redefinition of 'int tot'
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:8:8: note: 'int tot' previously declared here
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:97:13: error: redefinition of 'int blo_id'
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:8:13: note: 'int blo_id' previously declared here
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:97:21: error: redefinition of 'int id'
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:8:21: note: 'int id' previously declared here
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:97:25: error: redefinition of 'int st_ind'
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:8:25: note: 'int st_ind' previously declared here
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:97:33: error: redefinition of 'int m'
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:8:33: note: 'int m' previously declared here
int n, tot, blo_id, id, st_ind, m;
^
0_0_32845659_25291.cpp:98:13: error: redefinition of 'int dfn [200007]'
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:9:5: note: 'int dfn [200007]' previously declared here
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:98:24: error: redefinition of 'int low [200007]'
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:9:16: note: 'int low [200007]' previously declared here
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:98:35: error: redefinition of 'int ins [200007]'
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:9:27: note: 'int ins [200007]' previously declared here
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:98:45: error: redefinition of 'int st [200007]'
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:9:38: note: 'int st [200007]' previously declared here
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:98:59: error: redefinition of 'int belong [200007]'
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:9:48: note: 'int belong [200007]' previously declared here
int dfn[maxn], low[maxn], ins[maxn], st[maxn], belong[maxn];
^
0_0_32845659_25291.cpp:99:12: error: redefinition of 'int in [200007]'
int in[maxn], out[maxn], siz[maxn];
^
0_0_32845659_25291.cpp:10:5: note: 'int in [200007]' previously declared here
int in[maxn], out[maxn], siz[maxn];
^
0_0_32845659_25291.cpp:99:23: error: redefinition of 'int out [200007]'
int in[maxn], out[maxn], siz[maxn];
^
0_0_32845659_25291.cpp:10:15: note: 'int out [200007]' previously declared here
int in[maxn], out[maxn], siz[maxn];
^
0_0_32845659_25291.cpp:99:34: error: redefinition of 'int siz [200007]'
int in[maxn], out[maxn], siz[maxn];
^
0_0_32845659_25291.cpp:10:26: note: 'int siz [200007]' previously declared here
int in[maxn], out[maxn], siz[maxn];
^
0_0_32845659_25291.cpp:100:21: error: redefinition of 'std::vector<int> blo [200007]'
vector<int> blo[maxn];
^
0_0_32845659_25291.cpp:11:13: note: 'std::vector<int> blo [200007]' previously declared here
vector<int> blo[maxn];
^
0_0_32845659_25291.cpp: In function 'void tarjan(int)':
0_0_32845659_25291.cpp:101:6: error: redefinition of 'void tarjan(int)'
void tarjan(int now) {
^
0_0_32845659_25291.cpp:12:6: note: 'void tarjan(int)' previously defined here
void tarjan(int now) {
^
0_0_32845659_25291.cpp: In function 'void add(int, int)':
0_0_32845659_25291.cpp:125:6: error: redefinition of 'void add(int, int)'
void add(int fro, int to) {
^
0_0_32845659_25291.cpp:36:6: note: 'void add(int, int)' previously defined here
void add(int fro, int to) {
^
0_0_32845659_25291.cpp: In function 'void init()':
0_0_32845659_25291.cpp:130:6: error: redefinition of 'void init()'
void init() {
^
0_0_32845659_25291.cpp:41:6: note: 'void init()' previously defined here
void init() {
^
0_0_32845659_25291.cpp: In function 'int main()':
0_0_32845659_25291.cpp:139:5: error: redefinition of 'int main()'
int main() {
^
0_0_32845659_25291.cpp:50:5: note: 'int main()' previously defined here
int main() {
^
|