#include using namespace std; int main() { int nr=1; for(int i=0; i<16; i++){ for(int j=0; j<16; j++){ cout << nr << " "; nr++; } cout <