Accepted

/in/foo.cc: In function 'void Add(std::vector<Poly>&, std::vector<Poly>&)':
/in/foo.cc:42:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<L2.size(); i++)
               ~^~~~~~~~~~
/in/foo.cc: In function 'void Output(std::vector<Poly>&)':
/in/foo.cc:50:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<L.size()&&L[i].coef!=0; i++)
               ~^~~~~~~~~
/in/foo.cc: In function 'int Insert(std::vector<Poly>&, int, Poly&)':
/in/foo.cc:34:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 208.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Accepted 1ms 216.0 KiB
#4 Accepted 1ms 220.0 KiB
#5 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1125 OO5-2 一元多项式类PolyList的运算
比赛
2020盛泽二中奥赛集训营(2021-5-30作业)
语言
C++
递交时间
2021-06-01 14:45:58
评测时间
2021-06-01 14:45:58
评测机
分数
100
总耗时
9ms
峰值内存
224.0 KiB