#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
int **getRawDataArray();
void printArray(int** p, int N, int M);