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