记录详情

Accepted

/in/foo.cc: In member function 'int PolyList::search(PolyListNode&)':
/in/foo.cc:37:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<pn.size();i++)
               ~^~~~~~~~~~
/in/foo.cc: In function 'std::ostream& operator<<(std::ostream&, PolyListNode&)':
/in/foo.cc:27:2: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
# 状态 耗时 内存占用
#1 Accepted 2ms 424.0 KiB
#2 Accepted 2ms 352.0 KiB
#3 Accepted 2ms 404.0 KiB
#4 Accepted 2ms 376.0 KiB
#5 Accepted 2ms 332.0 KiB

信息

递交者
类型
递交
题目
P1022 OO5-2 一元多项式类PolyList的运算
比赛
2022春 面向对象程序设计方法的上机作业
语言
C++
递交时间
2022-06-22 15:41:29
评测时间
2022-06-22 15:41:29
评测机
分数
100
总耗时
10ms
峰值内存
424.0 KiB