记录详情

Memory Exceeded

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 Memory Exceeded ≥841ms ≥256.02 MiB
#2 Memory Exceeded ≥705ms ≥256.02 MiB

信息

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