/ CWOI /

记录详情

Accepted

/in/foo.cc: In function 'void Dijkstra1(int)':
/in/foo.cc:27:16: warning: 'gx' may be used uninitialized in this function [-Wmaybe-uninitialized]
         vis[gx]=1;
         ~~~~~~~^~
/in/foo.cc: In function 'void Dijkstra2(int)':
/in/foo.cc:54:16: warning: 'gx' may be used uninitialized in this function [-Wmaybe-uninitialized]
         vis[gx]=1;
         ~~~~~~~^~
# 状态 耗时 内存占用
#1 Accepted 5ms 4.125 MiB
#2 Accepted 5ms 4.75 MiB
#3 Accepted 4ms 5.125 MiB
#4 Accepted 3ms 4.234 MiB
#5 Accepted 3ms 5.0 MiB
#6 Accepted 69ms 5.125 MiB
#7 Accepted 86ms 5.25 MiB
#8 Accepted 83ms 5.125 MiB
#9 Accepted 79ms 5.25 MiB
#10 Accepted 79ms 5.219 MiB

信息

递交者
类型
递交
题目
2017.07.11 P2 华山论剑
语言
C++
递交时间
2017-07-11 21:02:48
评测时间
2017-07-11 21:02:48
评测机
分数
300
总耗时
421ms
峰值内存
5.25 MiB