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