0_0_26009168_18752.cpp: In function 'Matrix Mul(Matrix, Matrix)': 0_0_26009168_18752.cpp:18:53: error: 'd' was not declared in this scope c.m[i][j] += ((a.m[i][k]*b.m[k][j])*d); ^