/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void work1(int)':
/in/foo.cc:11:30: warning: overflow in conversion from 'double' to 'int' changes value from '1.0e+10' to '2147483647' [-Woverflow]
   11 |     int num1=0, num2=0, flag=1e10;
      |                              ^~~~
/in/foo.cc:10:9: warning: variable 'min' set but not used [-Wunused-but-set-variable]
   10 |     int min = 20;
      |         ^~~
In file included from /usr/include/c++/12/algorithm:61,
                 from /in/foo.cc:4:
In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',
    inlined from 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1844:5,
    inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1940:31,
    inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,
    inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = int*]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,
    inlined from 'int main()' at /in/foo.cc:82:13:
/usr/include/c++/12/bits/stl_algo.h:1849:32: warning: array subscript 16 is outside array bounds of 'int [11]' [-Warray-bounds]
 1849 |           std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:5: note: at offset 64 into object 'a' of size 44
    7 | int a[11];
      |     ^
# 状态 耗时 内存占用
#1 Accepted 1ms 532.0 KiB
#2 Accepted 1ms 476.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 1ms 376.0 KiB
#5 Accepted 1ms 344.0 KiB
#6 Accepted 2ms 476.0 KiB
#7 Accepted 2ms 348.0 KiB
#8 Accepted 3ms 528.0 KiB
#9 Accepted 3ms 532.0 KiB
#10 Accepted 4ms 532.0 KiB

信息

递交者
类型
递交
题目
P1039 最小差距
语言
C++
递交时间
2026-05-28 14:44:47
评测时间
2026-05-28 14:44:47
评测机
分数
100
总耗时
25ms
峰值内存
532.0 KiB