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