Дан двумерный массив 5x5.Найти N строки и N столбца min элемента.
#include "conio.h"#include "stdlib.h"#include "iomanip"#include "iostream"#include "ctime"const int n=5;using namespace std; void zapolnatb (int A[n][n]){ srand(time(0)); for (int i=0;i
Оцени ответ
