#include<iostream>
#include<cstring>
using namespace std;
int x,y,n,h,s,t;
int main()
{
int a[4][4];
memset(a,0,sizeof(a));
for(x=0;x<4;x++)
{
for(h=0;h<=2)
}
for(x=0;x<4;x++)
{
for(y=0;y<4;y++)
{
if (y==3)
cout<<a[x][y]<<endl;
else
cout<<a[x][y]<<' ';
}
}
}
#include<cstring>
using namespace std;
int x,y,n,h,s,t;
int main()
{
int a[4][4];
memset(a,0,sizeof(a));
for(x=0;x<4;x++)
{
for(h=0;h<=2)
}
for(x=0;x<4;x++)
{
for(y=0;y<4;y++)
{
if (y==3)
cout<<a[x][y]<<endl;
else
cout<<a[x][y]<<' ';
}
}
}