 include <iostream>
include<cmath>
include <cstdlib>
using namespace std;

int**createMatrix() {
 int** mat = new int*[rows];
 for (int=0; i<rows; i++) {
	mat[i] = new mat[cols];
}


int main() {


return 0;
}
