Accepted

In file included from /nix/gcc-13.2.0/include/c++/13.2.0/algorithm:61,
                 from stdc++.h:51:
In function ‘void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = int*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<greater<int> >]’,
    inlined from ‘void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = int*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<greater<int> >]’ at /nix/gcc-13.2.0/include/c++/13.2.0/bits/stl_algo.h:1950:31,
    inlined from ‘void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = int*; _Compare = greater<int>]’ at /nix/gcc-13.2.0/include/c++/13.2.0/bits/stl_algo.h:4894:18,
    inlined from ‘int main()’ at foo.cc:10:9:
/nix/gcc-13.2.0/include/c++/13.2.0/bits/stl_algo.h:1859:32: warning: array subscript 17 is outside array bounds of ‘int [15]’ [-Warray-bounds=]
 1859 |           std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function ‘int main()’:
foo.cc:3:7: note: at offset 68 into object ‘a’ of size 60
    3 | int n,a[15];
      |       ^
# 状态 耗时 内存占用
#1 Accepted 2ms 536.0 KiB
#2 Accepted 3ms 536.0 KiB
#3 Accepted 2ms 324.0 KiB
#4 Accepted 2ms 536.0 KiB
#5 Accepted 2ms 320.0 KiB

信息

递交者
类型
递交
题目
P2490 跳绳比赛
比赛
春季班高级3.24
语言
C++
递交时间
2024-03-30 17:14:25
评测时间
2024-03-30 17:14:25
评测机
分数
100
总耗时
14ms
峰值内存
536.0 KiB