#include using namespace std; int main(){ int n; cin>>n; int a[n]; for(int i=0;i>a[i]; int x; cin>>x; for(int i=0;i<4;i++) for(int j=0;j<4;j++) cout<