记录详情

Runtime Error

foo.cc: In member function 'PolyLinkList& PolyLinkList::operator=(const PolyLinkList&)':
foo.cc:108:13: warning: right operand of comma operator has no effect [-Wunused-value]
  108 |   delete p,t;
      |             ^
foo.cc: In member function 'PolyLinkList PolyLinkList::operator+(PolyLinkList&)':
foo.cc:139:13: warning: right operand of comma operator has no effect [-Wunused-value]
  139 |   delete p,q;
      |             ^
foo.cc: In function 'int main()':
foo.cc:183:18: warning: unused variable 'x' [-Wunused-variable]
  183 |  int n,coe,index,x;
      |                  ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Aborted 3ms 384.0 KiB
#2 Time Exceeded ≥1088ms ≥384.0 KiB
#3 Time Exceeded ≥1094ms ≥384.0 KiB
#4 Time Exceeded ≥1100ms ≥384.0 KiB
#5 Time Exceeded ≥1100ms ≥384.0 KiB

信息

递交者
类型
递交
比赛
2022春 面向对象程序设计方法的上机作业
语言
C++
递交时间
2022-05-02 19:27:54
评测时间
2022-05-02 19:27:54
评测机
分数
0
总耗时
4386ms
峰值内存
384.0 KiB