int **alokacja(int a, int b) { int **tab = (int **) malloc(sizeof(int *)*a); for(int i=0; i