/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'void SPFA(int)':
/in/foo.cc:39:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=1;i<=n;i++) d[i]=oo;  d[s]=0;
   ^~~
/in/foo.cc:39:35: 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]=oo;  d[s]=0;
                                   ^
/in/foo.cc: In function 'void SPFA1(int)':
/in/foo.cc:63:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=1;i<=n;i++) d[i]=oo; d[s]=0;
   ^~~
/in/foo.cc:63:34: 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]=oo; d[s]=0;
                                  ^
# 状态 耗时 内存占用
#1 Accepted 9ms 5.0 MiB
#2 Accepted 6ms 4.875 MiB
#3 Accepted 8ms 4.891 MiB
#4 Accepted 6ms 4.996 MiB
#5 Accepted 8ms 5.0 MiB
#6 Accepted 10ms 4.957 MiB
#7 Accepted 12ms 4.953 MiB
#8 Accepted 11ms 5.0 MiB
#9 Accepted 10ms 5.09 MiB
#10 Accepted 8ms 4.949 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2018-03-05 15:23:39
评测时间
2018-03-05 15:23:39
评测机
分数
100
总耗时
93ms
峰值内存
5.09 MiB