记录详情

Wrong Answer

foo.cc: In member function 'void SeqList::remove()':
foo.cc:27:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   27 |         for(int i=0; i<data.size(); i++){
      |                      ~^~~~~~~~~~~~
foo.cc: In member function 'void SeqList::print()':
foo.cc:37:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   37 |         for(int i=0; i<data.size(); i++){
      |                      ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 328.0 KiB

信息

递交者
类型
自测
题目
P1014 OO3-1 无序顺序表类的基本运算
语言
C++
递交时间
2024-03-18 22:39:44
评测时间
2024-03-18 22:39:44
评测机
分数
0
总耗时
2ms
峰值内存
328.0 KiB