0_0_18755169_26793.cpp:139:8: error: redefinition of 'double anss'
double anss;
^
0_0_18755169_26793.cpp:37:8: note: 'double anss' previously declared here
double anss;
^
0_0_18755169_26793.cpp:140:4: error: redefinition of 'LL aans'
LL aans;
^
0_0_18755169_26793.cpp:38:4: note: 'LL aans' previously declared here
LL aans;
^
0_0_18755169_26793.cpp:141:5: error: redefinition of 'int cas'
int cas,cass;
^
0_0_18755169_26793.cpp:39:5: note: 'int cas' previously declared here
int cas,cass;
^
0_0_18755169_26793.cpp:141:9: error: redefinition of 'int cass'
int cas,cass;
^
0_0_18755169_26793.cpp:39:9: note: 'int cass' previously declared here
int cas,cass;
^
0_0_18755169_26793.cpp:142:5: error: redefinition of 'int n'
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:40:5: note: 'int n' previously declared here
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:142:7: error: redefinition of 'int m'
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:40:7: note: 'int m' previously declared here
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:142:9: error: redefinition of 'int lll'
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:40:9: note: 'int lll' previously declared here
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:142:13: error: redefinition of 'int ans'
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:40:13: note: 'int ans' previously declared here
int n,m,lll,ans;
^
0_0_18755169_26793.cpp:143:7: error: redefinition of 'LL e [14]'
LL e[N];
^
0_0_18755169_26793.cpp:41:4: note: 'LL e [14]' previously declared here
LL e[N];
^
0_0_18755169_26793.cpp:144:11: error: redefinition of 'LL mi [14][14]'
LL mi[N][N],c[N][M],d[N][M];
^
0_0_18755169_26793.cpp:42:4: note: 'LL mi [14][14]' previously declared here
LL mi[N][N],c[N][M],d[N][M];
^
0_0_18755169_26793.cpp:144:19: error: redefinition of 'LL c [14][100004]'
LL mi[N][N],c[N][M],d[N][M];
^
0_0_18755169_26793.cpp:42:13: note: 'LL c [14][100004]' previously declared here
LL mi[N][N],c[N][M],d[N][M];
^
0_0_18755169_26793.cpp:144:27: error: redefinition of 'LL d [14][100004]'
LL mi[N][N],c[N][M],d[N][M];
^
0_0_18755169_26793.cpp:42:21: note: 'LL d [14][100004]' previously declared here
LL mi[N][N],c[N][M],d[N][M];
^
0_0_18755169_26793.cpp: In function 'bool cmp(int, int)':
0_0_18755169_26793.cpp:145:6: error: redefinition of 'bool cmp(int, int)'
bool cmp(int a,int b)
^
0_0_18755169_26793.cpp:43:6: note: 'bool cmp(int, int)' previously defined here
bool cmp(int a,int b)
^
0_0_18755169_26793.cpp: In function 'void init()':
0_0_18755169_26793.cpp:149:6: error: redefinition of 'void init()'
void init()
^
0_0_18755169_26793.cpp:47:6: note: 'void init()' previously defined here
void init()
^
0_0_18755169_26793.cpp: In function 'int main()':
0_0_18755169_26793.cpp:167:5: error: redefinition of 'int main()'
int main()
^
0_0_18755169_26793.cpp:65:5: note: 'int main()' previously defined here
int main()
^
|