C++程序  |  4行  |  55 B

MatrixXf m;
m.setConstant(3, 3, 5);
cout << m << endl;