0_0_17135791_24855.cpp: In function 'void fun(int)':
0_0_17135791_24855.cpp:26:74: error: expected ';' before numeric constant
Matrix[i][j]=(Matrix[i][j]+tmp1[i][k]*tmp2[k][j])24;
^
0_0_17135791_24855.cpp:38:66: error: expected ';' before numeric constant
tmp1[i][j]=(tmp1[i][j]+tmp2[i][k]*tmp2[k][j])24;
^
0_0_17135791_24855.cpp: In function 'int main()':
0_0_17135791_24855.cpp:55:67: error: expected ')' before numeric constant
printf("%d\n",(2 * (Matrix[1][1]*5+Matrix[1][2]*2 )-1)24);
^
|