Нахождение минимального элемента в каждом столбце матрицы. Программа написана на с++.
Write a program to find the smallest element of each column of the dimension
matrix (p x s). The results should be presented in the form of a one-dimensional array.
p=5; s=3.
2.2 1.4 3.5
3.3 1.2 2.3
1.8 2.1 3.4
-0.6 1.9 3.2
0.4 1.8 1.7
Instructions: The result of your work send in two files send.