记录详情

Wrong Answer

foo.cc: In function ‘int main()’:
foo.cc:32:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   32 |         while (i < va.size() && j < vb.size())
      |                ~~^~~~~~~~~~~
foo.cc:32:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   32 |         while (i < va.size() && j < vb.size())
      |                                 ~~^~~~~~~~~~~
foo.cc:50:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   50 |         while (i < va.size())
      |                ~~^~~~~~~~~~~
foo.cc:55:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   55 |         while (j < vb.size())
      |                ~~^~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 3ms 504.0 KiB
#2 Wrong Answer User output longer than standard answer. 1ms 504.0 KiB
#3 Wrong Answer User output longer than standard answer. 2ms 760.0 KiB
#4 Wrong Answer User output longer than standard answer. 2ms 504.0 KiB
#5 Wrong Answer User output longer than standard answer. 2ms 504.0 KiB

信息

递交者
类型
递交
题目
P1049 OO11-1 vector<int>中的查找删除
比赛
2024级《面向对象的方法与实践》第五次作业
语言
C++
递交时间
2025-05-10 22:08:15
评测时间
2025-05-10 22:08:15
评测机
分数
0
总耗时
12ms
峰值内存
760.0 KiB