/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void spfa(int)':
/in/foo.cc:16:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<e[u].size();++i){
               ~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:60:38: warning: 'ed' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(dis[ed]!=0x3f3f3f3f) cout<<cnt[ed];
                                      ^
/in/foo.cc:59:10: warning: 'st' may be used uninitialized in this function [-Wmaybe-uninitialized]
  spfa(st);
          ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.23 MiB
#2 Accepted 2ms 1.188 MiB
#3 Accepted 2ms 1.215 MiB
#4 Accepted 2ms 1.23 MiB
#5 Accepted 3ms 1.211 MiB
#6 Accepted 3ms 1.195 MiB
#7 Accepted 3ms 1.25 MiB
#8 Accepted 4ms 1.254 MiB
#9 Accepted 3ms 1.238 MiB
#10 Accepted 4ms 1.25 MiB
#11 Accepted 4ms 1.199 MiB
#12 Accepted 3ms 1.238 MiB
#13 Accepted 5ms 1.57 MiB
#14 Accepted 3ms 1.238 MiB
#15 Accepted 3ms 1.238 MiB
#16 Accepted 3ms 1.25 MiB

信息

递交者
类型
递交
题目
P2881 网格跳跃[5]
语言
C++
递交时间
2024-05-10 10:34:36
评测时间
2024-05-10 10:34:36
评测机
分数
100
总耗时
56ms
峰值内存
1.57 MiB