0_0_16194418_14750.cpp:91:2: error: stray '#' in program
}#include<cstdio>
^
0_0_16194418_14750.cpp:91:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_16194418_14750.cpp:96:5: error: redefinition of 'int p'
int p;
^
0_0_16194418_14750.cpp:6:5: note: 'int p' previously declared here
int p;
^
0_0_16194418_14750.cpp:97:5: error: redefinition of 'int n'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:5: note: 'int n' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:7: error: redefinition of 'int m'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:7: note: 'int m' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:9: error: redefinition of 'int len'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:9: note: 'int len' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:13: error: redefinition of 'int cnt'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:13: note: 'int cnt' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:17: error: redefinition of 'int id'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:17: note: 'int id' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:20: error: redefinition of 'int tp'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:20: note: 'int tp' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:34: error: redefinition of 'int last [210000]'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:23: note: 'int last [210000]' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:46: error: redefinition of 'int low [210000]'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:36: note: 'int low [210000]' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:58: error: redefinition of 'int dfn [210000]'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:48: note: 'int dfn [210000]' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:68: error: redefinition of 'int s [210000]'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:60: note: 'int s [210000]' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:97:83: error: redefinition of 'int belong [210000]'
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:7:70: note: 'int belong [210000]' previously declared here
int n,m,len,cnt,id,tp,last[210000],low[210000],dfn[210000],s[210000],belong[210000];
^
0_0_16194418_14750.cpp:98:14: error: redefinition of 'bool v [210000]'
bool v[210000];
^
0_0_16194418_14750.cpp:8:6: note: 'bool v [210000]' previously declared here
bool v[210000];
^
0_0_16194418_14750.cpp:99:8: error: redefinition of 'struct node'
struct node{
^
0_0_16194418_14750.cpp:9:8: error: previous definition of 'struct node'
struct node{
^
0_0_16194418_14750.cpp:101:12: error: invalid type in declaration before ';' token
} a[510000];
^
0_0_16194418_14750.cpp:101:12: error: conflicting declaration 'int a [510000]'
0_0_16194418_14750.cpp:11:3: note: previous declaration as 'node a [510000]'
} a[510000];
^
0_0_16194418_14750.cpp: In function 'void ins(int, int)':
0_0_16194418_14750.cpp:102:6: error: redefinition of 'void ins(int, int)'
void ins(int x,int y)
^
0_0_16194418_14750.cpp:12:6: note: 'void ins(int, int)' previously defined here
void ins(int x,int y)
^
0_0_16194418_14750.cpp: In function 'int mymax(int, int)':
0_0_16194418_14750.cpp:108:5: error: redefinition of 'int mymax(int, int)'
int mymax(int x,int y)
^
0_0_16194418_14750.cpp:18:5: note: 'int mymax(int, int)' previously defined here
int mymax(int x,int y)
^
0_0_16194418_14750.cpp: In function 'int mymin(int, int)':
0_0_16194418_14750.cpp:112:5: error: redefinition of 'int mymin(int, int)'
int mymin(int x,int y)
^
0_0_16194418_14750.cpp:22:5: note: 'int mymin(int, int)' previously defined here
int mymin(int x,int y)
^
0_0_16194418_14750.cpp: In function 'void dfs(int)':
0_0_16194418_14750.cpp:116:6: error: redefinition of 'void dfs(int)'
void dfs(int x)
^
0_0_16194418_14750.cpp:26:6: note: 'void dfs(int)' previously defined here
void dfs(int x)
^
0_0_16194418_14750.cpp: In function 'int main()':
0_0_16194418_14750.cpp:142:5: error: redefinition of 'int main()'
int main()
^
0_0_16194418_14750.cpp:52:5: note: 'int main()' previously defined here
int main()
^
|