0_0_16303106_14018.cpp:74:11: error: redefinition of 'const int N'
const int N=100003;
^
0_0_16303106_14018.cpp:10:11: note: 'const int N' previously defined here
const int N=100003;
^
0_0_16303106_14018.cpp:75:12: error: redefinition of 'int go [200006]'
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:11:5: note: 'int go [200006]' previously declared here
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:75:20: error: redefinition of 'int t [200006]'
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:11:14: note: 'int t [200006]' previously declared here
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:75:28: error: redefinition of 'int last [100003]'
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:11:22: note: 'int last [100003]' previously declared here
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:75:33: error: redefinition of 'int W [100003]'
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:11:30: note: 'int W [100003]' previously declared here
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:75:35: error: redefinition of 'int en'
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:11:35: note: 'int en' previously declared here
int go[N<<1],t[N<<1],last[N],W[N],en;
^
0_0_16303106_14018.cpp:76:20: error: redefinition of 'long long int Up [100003][103]'
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:12:11: note: 'long long int Up [100003][103]' previously declared here
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:76:33: error: redefinition of 'long long int Down [100003][103]'
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:12:22: note: 'long long int Down [100003][103]' previously declared here
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:76:44: error: redefinition of 'long long int Downs [103]'
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:12:35: note: 'long long int Downs [103]' previously declared here
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:76:56: error: redefinition of 'long long int Mindet [103]'
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:12:46: note: 'long long int Mindet [103]' previously declared here
long long Up[N][103],Down[N][103],Downs[103],Mindet[103];
^
0_0_16303106_14018.cpp:77:5: error: redefinition of 'int n'
int n;
^
0_0_16303106_14018.cpp:13:5: note: 'int n' previously declared here
int n;
^
0_0_16303106_14018.cpp: In function 'void add(int, int)':
0_0_16303106_14018.cpp:79:6: error: redefinition of 'void add(int, int)'
void add(int u,int v)
^
0_0_16303106_14018.cpp:15:6: note: 'void add(int, int)' previously defined here
void add(int u,int v)
^
0_0_16303106_14018.cpp: In function 'void Dp(int, int)':
0_0_16303106_14018.cpp:84:6: error: redefinition of 'void Dp(int, int)'
void Dp(int w,int ff)
^
0_0_16303106_14018.cpp:20:6: note: 'void Dp(int, int)' previously defined here
void Dp(int w,int ff)
^
0_0_16303106_14018.cpp: In function 'int main()':
0_0_16303106_14018.cpp:112:5: error: redefinition of 'int main()'
int main()
^
0_0_16303106_14018.cpp:48:5: note: 'int main()' previously defined here
int main()
^
|