System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:54:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   54 |     for (int i = 0; i < result.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~
/in/foo.cc:56:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   56 |         if (i < result.size() - 1) {
      |             ~~^~~~~~~~~~~~~~~~~~~
VJ4Error('ProblemDataNotFoundError', '题目 1028 的数据未找到。', 'nnu_contest', 1028)

信息

递交者
类型
递交
题目
P1131 OO7-3 链表对象的交集
语言
C++
递交时间
2025-07-15 19:18:24
评测时间
2025-07-15 19:18:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes