3 lines
39 B
C++
3 lines
39 B
C++
|
Array3d v(1,2,3);
|
||
|
cout << v+5 << endl;
|