记录详情

Runtime Error

foo.cc: In member function 'BigInt& BigInt::operator=(const BigInt&)':
foo.cc:57:2: warning: no return statement in function returning non-void [-Wreturn-type]
   56 |   memcpy(a,BI.a,sizeof(int)*MAX);
  +++ |+  return *this;
   57 |  }
      |  ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 3ms 512.0 KiB
#2 Runtime Error Segmentation fault 2ms 512.0 KiB

信息

递交者
类型
自测
题目
P1024 OO6-2 高精度整数类的加法运算
语言
C++
递交时间
2022-05-05 11:56:31
评测时间
2022-05-05 11:56:31
评测机
分数
0
总耗时
5ms
峰值内存
512.0 KiB