#include
int M;
int a[30][30];
int input(){
int a;
scanf("%d",&a);
return a;
}
void output()
{
int i,j;
for(i = 0; i