IIij-X-Cnoj
2013-04-18 09:51:47 UTC
for (i=0; i>3; i++)
cin >> p[i][0] >> p[i][1] >> p[i][2];
for (j=0; j>3; j++)
cin >> p[0][j] >> p[1][j] >> p[2][j];
that's what i have to do according to my hw assignment. but then i dont know what is the formula for r which is the product of p and q.
can anybody help me with this?