/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void BFS()':
/in/foo.cc:35:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int k=0;k<g[i].size();k++){
               ~^~~~~~~~~~~~
/in/foo.cc: In function 'void DFS(int)':
/in/foo.cc:54:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int k=0;k<g[i].size();k++){
              ~^~~~~~~~~~~~
/in/foo.cc: In function 'void BFS2()':
/in/foo.cc:71:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int k=0;k<g[i].size();k++){
               ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 10ms 7.902 MiB
#2 Accepted 10ms 7.652 MiB
#3 Accepted 10ms 7.496 MiB
#4 Accepted 387ms 10.062 MiB
#5 Accepted 760ms 15.258 MiB
#6 Accepted 884ms 17.582 MiB
#7 Accepted 399ms 9.66 MiB
#8 Accepted 814ms 16.555 MiB
#9 Accepted 887ms 16.504 MiB
#10 Accepted 530ms 11.688 MiB
#11 Accepted 902ms 17.977 MiB
#12 Accepted 665ms 17.438 MiB
#13 Accepted 826ms 18.242 MiB
#14 Accepted 848ms 18.469 MiB
#15 Accepted 838ms 18.293 MiB
#16 Accepted 876ms 17.34 MiB
#17 Accepted 795ms 15.449 MiB
#18 Accepted 889ms 15.789 MiB
#19 Accepted 968ms 17.062 MiB
#20 Accepted 930ms 15.73 MiB
#21 Accepted 848ms 19.309 MiB
#22 Accepted 957ms 15.059 MiB
#23 Accepted 862ms 16.758 MiB

信息

递交者
类型
递交
题目
P3283 美丽路径
语言
C++
递交时间
2026-07-23 14:17:49
评测时间
2026-07-23 14:17:49
评测机
分数
100
总耗时
15908ms
峰值内存
19.309 MiB