0_0_39553540_4693.cpp: In function 'Matrix fz(ll, Matrix)':
0_0_39553540_4693.cpp:145:16: error: redeclaration of 'Matrix ans'
145 | Matrix ans = fz(mid , t) * (con + tmp);
| ^~~
0_0_39553540_4693.cpp:125:16: note: 'Matrix ans' previously declared here
125 | Matrix ans(n , n);
| ^~~
|