/ Vijos /

记录详情

Accepted

foo.cc: In function 'double find(std::vector<Point>&, int, int)':
foo.cc:57:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Point>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   57 |     for (int i = 0; i < strip1.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~
foo.cc:58:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Point>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   58 |         for (int j = 0; j < strip2.size(); j++) {
      |                         ~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 223ms 1.574 MiB
#2 Accepted 261ms 1.902 MiB
#3 Accepted 194ms 1.277 MiB
#4 Accepted 39ms 540.0 KiB
#5 Accepted 240ms 1.676 MiB
#6 Accepted 79ms 1.152 MiB
#7 Accepted 250ms 1.684 MiB
#8 Accepted 252ms 1.867 MiB
#9 Accepted 133ms 1.062 MiB
#10 Accepted 241ms 1.902 MiB

信息

递交者
类型
递交
题目
P1012 清帝之惑之雍正
语言
C++
递交时间
2023-10-13 15:58:26
评测时间
2023-10-13 15:58:26
评测机
分数
100
总耗时
1917ms
峰值内存
1.902 MiB