0_0_14051410_9133.cpp:8:23: error: redefinition of 'int j'
int ls[1000], l1, l2, j, i, n, d, q;
^
0_0_14051410_9133.cpp:6:5: note: 'int j' previously declared here
int j , i, jz[100], n, flag, a[10000],b[10000],sum[10000];
^
0_0_14051410_9133.cpp:8:26: error: redefinition of 'int i'
int ls[1000], l1, l2, j, i, n, d, q;
^
0_0_14051410_9133.cpp:6:9: note: 'int i' previously declared here
int j , i, jz[100], n, flag, a[10000],b[10000],sum[10000];
^
0_0_14051410_9133.cpp:8:29: error: redefinition of 'int n'
int ls[1000], l1, l2, j, i, n, d, q;
^
0_0_14051410_9133.cpp:6:21: note: 'int n' previously declared here
int j , i, jz[100], n, flag, a[10000],b[10000],sum[10000];
^
|