记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/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 < arr.size(); i++) {
      |                     ~~^~~~~~~~~~~~
/in/foo.cc:29:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   29 |         if (i != arr.size() - 1) {
      |             ~~^~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 532.0 KiB

信息

递交者
类型
自测
语言
C++
递交时间
2025-12-06 13:53:03
评测时间
2025-12-06 13:53:03
评测机
分数
10
总耗时
2ms
峰值内存
532.0 KiB