记录详情

Accepted

foo.cc: In member function 'Vector3& Vector3::operator=(const Vector3&)':
foo.cc:158:2: warning: no return statement in function returning non-void [-Wreturn-type]
  157 |   z = a.z;
  +++ |+  return *this;
  158 |  }
      |  ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 4ms 384.0 KiB

信息

递交者
类型
递交
题目
P1317 OO4-4 矩阵类与向量类的算术运算符重载
语言
C++
递交时间
2022-05-07 10:13:02
评测时间
2022-05-07 10:13:02
评测机
分数
100
总耗时
18ms
峰值内存
384.0 KiB