#include <iostream>
int main()
{
int A[3][3];
int B[3][3];
for (int i = 0; i < 3; i++) {
for (int j = 0; j < 3; j++) {
std:: cin >> A[i][j];
}
std:: cin >> B[i][j];
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment