int **wypelnij(int **tab,int wart,int x,int y); int **dodaj(int **tab1,int **tab2,int x,int y); void wyswietl(int **tab,int x,int y);