本站将迁移至 oj.etao.net, 详情请见 oj.etao.net 首页的公告

/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'void test01(std::vector<int>&)':
/in/foo.cc:42:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   42 |   for(int i=0;i<s.size();i++)
      |               ~^~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:151:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  151 |     for(int i=0;i<v.size();i++)
      |                 ~^~~~~~~~~
/in/foo.cc: In function 'std::vector<int> test04(int)':
/in/foo.cc:117:1: warning: control reaches end of non-void function [-Wreturn-type]
  117 | }
      | ^
# 状态 耗时 内存占用
#1 Accepted 4ms 768.0 KiB

信息

递交者
类型
递交
题目
P1131 日期排序
语言
C++
递交时间
2025-09-18 12:24:10
评测时间
2025-09-18 12:24:10
评测机
分数
10
总耗时
4ms
峰值内存
768.0 KiB