0_0_21184955_13095.cpp:80:2: error: stray '#' in program
}#include<iostream>
^
0_0_21184955_13095.cpp:80:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_21184955_13095.cpp:85:14: error: redefinition of 'int st [101000]'
int st[101000];
^
0_0_21184955_13095.cpp:7:5: note: 'int st [101000]' previously declared here
int st[101000];
^
0_0_21184955_13095.cpp:86:14: error: redefinition of 'int ed [101000]'
int ed[101000];
^
0_0_21184955_13095.cpp:8:5: note: 'int ed [101000]' previously declared here
int ed[101000];
^
0_0_21184955_13095.cpp:87:14: error: redefinition of 'int xd [401000]'
int xd[401000];
^
0_0_21184955_13095.cpp:9:5: note: 'int xd [401000]' previously declared here
int xd[401000];
^
0_0_21184955_13095.cpp:88:5: error: redefinition of 'int p'
int p,vs;
^
0_0_21184955_13095.cpp:10:5: note: 'int p' previously declared here
int p,vs;
^
0_0_21184955_13095.cpp:88:7: error: redefinition of 'int vs'
int p,vs;
^
0_0_21184955_13095.cpp:10:7: note: 'int vs' previously declared here
int p,vs;
^
0_0_21184955_13095.cpp:89:5: error: redefinition of 'int n'
int n,m;
^
0_0_21184955_13095.cpp:11:5: note: 'int n' previously declared here
int n,m;
^
0_0_21184955_13095.cpp:89:7: error: redefinition of 'int m'
int n,m;
^
0_0_21184955_13095.cpp:11:7: note: 'int m' previously declared here
int n,m;
^
0_0_21184955_13095.cpp:90:22: error: redefinition of 'std::vector<int> vec [101000]'
vector<int>vec[101000];
^
0_0_21184955_13095.cpp:12:12: note: 'std::vector<int> vec [101000]' previously declared here
vector<int>vec[101000];
^
0_0_21184955_13095.cpp: In function 'void dfs(int)':
0_0_21184955_13095.cpp:91:6: error: redefinition of 'void dfs(int)'
void dfs(int pos)
^
0_0_21184955_13095.cpp:13:6: note: 'void dfs(int)' previously defined here
void dfs(int pos)
^
0_0_21184955_13095.cpp: In function 'int add(int, int, int, int)':
0_0_21184955_13095.cpp:99:5: error: redefinition of 'int add(int, int, int, int)'
int add(int z,int y,int wz,int node)
^
0_0_21184955_13095.cpp:21:5: note: 'int add(int, int, int, int)' previously defined here
int add(int z,int y,int wz,int node)
^
0_0_21184955_13095.cpp: In function 'int fd(int, int, int, int, int)':
0_0_21184955_13095.cpp:114:5: error: redefinition of 'int fd(int, int, int, int, int)'
int fd(int l,int r,int z,int y,int node)
^
0_0_21184955_13095.cpp:36:5: note: 'int fd(int, int, int, int, int)' previously defined here
int fd(int l,int r,int z,int y,int node)
^
0_0_21184955_13095.cpp: In function 'int main()':
0_0_21184955_13095.cpp:131:5: error: redefinition of 'int main()'
int main()
^
0_0_21184955_13095.cpp:53:5: note: 'int main()' previously defined here
int main()
^
|