Accepted

/in/foo.cc: In function 'void Add(std::vector<Poly>&, std::vector<Poly>&)':
/in/foo.cc:41: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:49:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<L.size()&&L[i].coef!=0; i++)
               ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Accepted 1ms 216.0 KiB
#4 Accepted 1ms 220.0 KiB
#5 Accepted 1ms 216.0 KiB

信息

递交者
类型
递交
题目
P1280 DS1-1 一元多项式的运算
比赛
2020盛泽二中奥赛集训营(2021-5-30作业)
语言
C++
递交时间
2021-06-01 16:13:05
评测时间
2021-06-01 16:13:05
评测机
分数
100
总耗时
8ms
峰值内存
224.0 KiB