blob: fafbec8064d73a69722585b97c27c4de6d2958b9 [file] [log] [blame]
Array3d v(-1,2,1), w(-3,2,3);
cout << ((v<w) ^ (v<0)) << endl;