2 lines
43 B

  1. Array3d v(1,2,3);
  2. cout << v.log() << endl;