记录详情

Accepted

foo.cc: In function 'int dijkstra(int, int)':
foo.cc:26:63: warning: 'u' may be used uninitialized [-Wmaybe-uninitialized]
   26 |                                 if (arr[begin][j]>arr[begin][u] + arr[u][j])
      |                                                   ~~~~~~~~~~~~^
foo.cc:7:21: note: 'u' was declared here
    7 |         int s[2501],u;
      |                     ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 284.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 2ms 412.0 KiB
#4 Accepted 2ms 540.0 KiB
#5 Accepted 3ms 712.0 KiB
#6 Accepted 5ms 1.527 MiB
#7 Accepted 11ms 3.27 MiB
#8 Accepted 28ms 8.023 MiB
#9 Accepted 89ms 19.402 MiB
#10 Accepted 126ms 24.234 MiB

信息

递交者
类型
递交
题目
热浪(heatwv)
语言
C++
递交时间
2023-05-26 16:33:13
评测时间
2023-05-26 16:33:13
评测机
分数
100
总耗时
274ms
峰值内存
24.234 MiB