#include #include #include using namespace std; const int nrow = 2, ncol = 3; double z[nrow][ncol] = { {1./3, 1./9., 3.}, {-1./11., 5., 6.} }; int main() { for (int i=0; i