C++程序  |  4行  |  52 B

VectorXf v;
v.setConstant(3, 5);
cout << v << endl;