Hàm in ma phương
void XUATMAPHUONG(int a[10][10],int n)
{ for (int i=0;i
cout<
for (int j=0;j
printf("%3d ",a[i][j]);
printf("\n");
}
}