/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void get_dis(int)':
/in/foo.cc:48:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int i = 1;i <= N; ++i) d[i] = INF; d[s] = 0;
   ^~~
/in/foo.cc:48:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (int i = 1;i <= N; ++i) d[i] = INF; d[s] = 0;
                                           ^
# 状态 耗时 内存占用
#1 Accepted 5ms 4.25 MiB
#2 Accepted 167ms 30.195 MiB
#3 Accepted 3ms 4.25 MiB
#4 Accepted 3ms 4.352 MiB
#5 Accepted 124ms 6.25 MiB
#6 Accepted 66ms 8.113 MiB
#7 Accepted 33ms 6.203 MiB
#8 Accepted 39ms 5.672 MiB
#9 Accepted 195ms 56.098 MiB
#10 Accepted 190ms 53.098 MiB

信息

递交者
类型
递交
题目
魔法猪学院
语言
C++
递交时间
2018-02-21 14:17:47
评测时间
2018-02-21 14:17:47
评测机
分数
100
总耗时
830ms
峰值内存
56.098 MiB