/ Vijos /

记录详情

Accepted

/in/foo.cc: In instantiation of 'void BubbleSort(T&) [with T = std::vector<int>]':
/in/foo.cc:54:21:   required from here
/in/foo.cc:29:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < array.size() - 1; i++) {
                     ~~^~~~~~~~~~~~~~~~~~
/in/foo.cc:31:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int j = 0; j < array.size() - 1 - i; j++) {
                         ~~^~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 368.0 KiB
#2 Accepted 2ms 264.0 KiB
#3 Accepted 3ms 376.0 KiB
#4 Accepted 3ms 364.0 KiB
#5 Accepted 3ms 372.0 KiB
#6 Accepted 4ms 364.0 KiB
#7 Accepted 3ms 352.0 KiB
#8 Accepted 4ms 384.0 KiB
#9 Accepted 12ms 352.0 KiB
#10 Accepted 142ms 360.0 KiB
#11 Accepted 222ms 376.0 KiB

信息

递交者
类型
递交
题目
P1691 输油管道问题
语言
C++
递交时间
2018-08-17 14:46:38
评测时间
2018-08-17 14:46:38
评测机
分数
110
总耗时
407ms
峰值内存
384.0 KiB