2 lines
75 B

  1. cout << Matrix2d::Ones() << endl;
  2. cout << 6 * RowVector4i::Ones() << endl;