记录详情

Accepted

foo.cc: In member function 'std::vector<int> seqlist::intersection(seqlist&)':
foo.cc:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   17 |         for(int i=0;i<list.size();i++)
      |                     ~^~~~~~~~~~~~
foo.cc: In member function 'bool seqlist::search(int)':
foo.cc:26:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   26 |         for(int i=0;i<list.size();i++)
      |                     ~^~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:52:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   52 |     for(int i=0;i<intersection.size();i++)
      |                 ~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 768.0 KiB

信息

递交者
类型
自测
题目
P1015 OO3-2 无序顺序表类的集合运算
语言
C++
递交时间
2024-03-18 19:30:28
评测时间
2024-03-18 19:30:28
评测机
分数
10
总耗时
2ms
峰值内存
768.0 KiB