#include using namespace std; int main() { int ans=1; int p=4; for(int i=0;i<16;++i) { ans=(i)%p+1; for(int j=0;j<16;++j) { cout<