#include #define N 3 #define M 3 void enter (int a[N][M]) { int i,j; for (i=0; iM); del (a,k); print (a); return 0; }