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

/ OPS /

记录详情

Accepted

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

信息

递交者
类型
递交
题目
P1130 推断日期
语言
C++
递交时间
2025-09-18 12:06:55
评测时间
2025-09-18 12:06:55
评测机
分数
10
总耗时
4ms
峰值内存
716.0 KiB