0_0_22665483_100.cpp:89:5: error: redefinition of 'int test'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:5: note: 'int test' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:10: error: redefinition of 'int n'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:10: note: 'int n' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:12: error: redefinition of 'int m'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:12: note: 'int m' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:14: error: redefinition of 'int i'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:14: note: 'int i' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:16: error: redefinition of 'int j'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:16: note: 'int j' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:18: error: redefinition of 'int k'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:18: note: 'int k' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:27: error: redefinition of 'int a [10010]'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:20: note: 'int a [10010]' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:36: error: redefinition of 'int b [10010]'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:29: note: 'int b [10010]' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:45: error: redefinition of 'int w [10010]'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:38: note: 'int w [10010]' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:89:54: error: redefinition of 'int s [10010]'
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:4:47: note: 'int s [10010]' previously declared here
int test,n,m,i,j,k,a[10010],b[10010],w[10010],s[10010];
^
0_0_22665483_100.cpp:90:16: error: redefinition of 'bool used [10010]'
bool used[10010],e[100][100];
^
0_0_22665483_100.cpp:5:6: note: 'bool used [10010]' previously declared here
bool used[10010],e[100][100];
^
0_0_22665483_100.cpp:90:28: error: redefinition of 'bool e [100][100]'
bool used[10010],e[100][100];
^
0_0_22665483_100.cpp:5:18: note: 'bool e [100][100]' previously declared here
bool used[10010],e[100][100];
^
0_0_22665483_100.cpp: In function 'int main()':
0_0_22665483_100.cpp:91:5: error: redefinition of 'int main()'
int main()
^
0_0_22665483_100.cpp:6:5: note: 'int main()' previously defined here
int main()
^
|