/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'double Solution::combine(std::vector<point>&, double, int)':
/in/foo.cc:37:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < points.size(); i++)
                   ~~^~~~~~~~~~~~~~~
/in/foo.cc: In member function 'double Solution::closest(std::vector<point>&)':
/in/foo.cc:63:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = mid ; i < points.size(); i++)
                      ~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 154ms 4.344 MiB
#2 Accepted 192ms 5.242 MiB
#3 Accepted 125ms 3.395 MiB
#4 Accepted 24ms 996.0 KiB
#5 Accepted 164ms 4.617 MiB
#6 Accepted 98ms 2.867 MiB
#7 Accepted 168ms 4.574 MiB
#8 Accepted 184ms 5.129 MiB
#9 Accepted 84ms 2.582 MiB
#10 Accepted 192ms 5.242 MiB

信息

递交者
类型
递交
题目
P1012 清帝之惑之雍正
语言
C++
递交时间
2021-10-27 22:23:56
评测时间
2021-10-27 22:23:56
评测机
分数
100
总耗时
1390ms
峰值内存
5.242 MiB