Ver originalprintf("%10.2f\n", l[i][j]);
Ver originalcout <<fixed <<setw (10)<<setprecision(2)<< l[i][j] << endl;