#include using namespace std; int main (void) { int w,k; cout<<"Liczba wierszy: "; cin>>w; cout<<"Liczba kolumn: "; cin>>k; cout<<"nTABLICA 1n"; double* tab =new double[w]; for(int i = 0; i < w; ++i) tab[i]=i; for(int i = 0; i < w; ++i) cout<