/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'long long int spfa1(long long int)':
/in/foo.cc:22:29: warning: overflow in implicit constant conversion [-Woverflow]
  memset(dis, INF, sizeof dis);
                             ^
/in/foo.cc: In function 'void spfa2(long long int)':
/in/foo.cc:43:29: warning: overflow in implicit constant conversion [-Woverflow]
  memset(dis, INF, sizeof dis);
                             ^
# 状态 耗时 内存占用
#1 Runtime Error 5ms 9.34 MiB
#2 Runtime Error 4ms 8.094 MiB
#3 Runtime Error 4ms 9.055 MiB
#4 Runtime Error 4ms 8.711 MiB
#5 Runtime Error 4ms 9.207 MiB
#6 Runtime Error 4ms 8.586 MiB
#7 Runtime Error 3ms 8.832 MiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2019-08-03 17:09:33
评测时间
2019-08-03 17:09:33
评测机
分数
0
总耗时
32ms
峰值内存
9.34 MiB