/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void add(std::vector<int>)':
/in/foo.cc:38:18: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   38 |     if (p.size() >= lim)
      |         ~~~~~~~~~^~~~~~
/in/foo.cc: In function 'void bfs()':
/in/foo.cc:135:24: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  135 |         if (h.k.size() > lim)
      |             ~~~~~~~~~~~^~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 476.0 KiB
#2 Accepted 2ms 488.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Accepted 5ms 724.0 KiB
#6 Accepted 2ms 472.0 KiB
#7 Accepted 23ms 1.531 MiB
#8 Accepted 124ms 3.75 MiB
#9 Accepted 163ms 5.281 MiB
#10 Accepted 7ms 744.0 KiB

信息

递交者
类型
递交
题目
P1422 教主的难题
语言
C++
递交时间
2026-05-20 13:59:32
评测时间
2026-05-20 13:59:32
评测机
分数
100
总耗时
335ms
峰值内存
5.281 MiB