记录详情

Accepted

/in/foo.cc: In function 'std::vector<PolyTerm> mergePolynomials(const std::vector<PolyTerm>&, const std::vector<PolyTerm>&)':
/in/foo.cc:20:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while (i < poly1.size() && j < poly2.size())
            ~~^~~~~~~~~~~~~~
/in/foo.cc:20:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while (i < poly1.size() && j < poly2.size())
                                ~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 332.0 KiB
#2 Accepted 1ms 400.0 KiB

信息

递交者
类型
自测
题目
P1022 OO5-2 一元多项式类PolyList的运算
语言
C++
递交时间
2024-04-06 10:54:15
评测时间
2024-04-06 10:54:15
评测机
分数
20
总耗时
3ms
峰值内存
400.0 KiB