/ StarOI /

记录详情

Accepted

/in/foo.cc: In function 'dou dijkstra()':
/in/foo.cc:86:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (f[p])continue;f[p]=1;
         ^~
/in/foo.cc:86:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         if (f[p])continue;f[p]=1;
                           ^
/in/foo.cc:90:49: warning: narrowing conversion of 'd[e[i].edge::to]' from 'dou {aka double}' to 'int' inside { } [-Wnarrowing]
                     q.push((h){e[i].to,d[e[i].to]});
                                        ~~~~~~~~~^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.074 MiB
#2 Accepted 1ms 316.0 KiB
#3 Accepted 2ms 312.0 KiB
#4 Accepted 2ms 332.0 KiB
#5 Accepted 1ms 320.0 KiB
#6 Accepted 1ms 316.0 KiB
#7 Accepted 1ms 208.0 KiB
#8 Accepted 2ms 324.0 KiB
#9 Accepted 1ms 320.0 KiB
#10 Accepted 1ms 328.0 KiB

信息

递交者
类型
递交
题目
营救小猪佩奇
语言
C++
递交时间
2018-11-05 17:36:20
评测时间
2018-11-05 17:36:20
评测机
分数
100
总耗时
20ms
峰值内存
1.074 MiB