#include using namespace std; void readMatrixA(int lenght) { int matrixA[101][101]; for (int i = 0; i < lenght; i++) for (int j