记录详情

Compile Error

/in/foo.cc: In member function 'Vector3 Matrix3::operator*(const Vector3&) const':
/in/foo.cc:35:15: error: 'const class Vector3' has no member named 'v'
   35 |             v.v[0][0] * v.x + v.v[0][1] * v.y + v.v[0][2] * v.z,
      |               ^
/in/foo.cc:35:33: error: 'const class Vector3' has no member named 'v'
   35 |             v.v[0][0] * v.x + v.v[0][1] * v.y + v.v[0][2] * v.z,
      |                                 ^
/in/foo.cc:35:51: error: 'const class Vector3' has no member named 'v'
   35 |             v.v[0][0] * v.x + v.v[0][1] * v.y + v.v[0][2] * v.z,
      |                                                   ^
/in/foo.cc:36:15: error: 'const class Vector3' has no member named 'v'
   36 |             v.v[1][0] * v.x + v.v[1][1] * v.y + v.v[1][2] * v.z,
      |               ^
/in/foo.cc:36:33: error: 'const class Vector3' has no member named 'v'
   36 |             v.v[1][0] * v.x + v.v[1][1] * v.y + v.v[1][2] * v.z,
      |                                 ^
/in/foo.cc:36:51: error: 'const class Vector3' has no member named 'v'
   36 |             v.v[1][0] * v.x + v.v[1][1] * v.y + v.v[1][2] * v.z,
      |                                                   ^
/in/foo.cc:37:15: error: 'const class Vector3' has no member named 'v'
   37 |             v.v[2][0] * v.x + v.v[2][1] * v.y + v.v[2][2] * v.z
      |               ^
/in/foo.cc:37:33: error: 'const class Vector3' has no member named 'v'
   37 |             v.v[2][0] * v.x + v.v[2][1] * v.y + v.v[2][2] * v.z
      |                                 ^
/in/foo.cc:37:51: error: 'const class Vector3' has no member named 'v'
   37 |             v.v[2][0] * v.x + v.v[2][1] * v.y + v.v[2][2] * v.z
      |                                                   ^

信息

递交者
类型
递交
题目
P1020 OO4-4 矩阵类与向量类的算术运算符重载
比赛
2024级《面向对象的方法与实践》第三次作业
语言
C++
递交时间
2025-03-29 17:17:00
评测时间
2025-03-29 17:17:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes