#include void print_matrix(int n, int m, void *a) { int (*pa)[m] = a; // Указатель на строку из // m элементов типа int for( int i=0; i