/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'void prim(int)':
/in/foo.cc:13:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (i=1;i<=n;++i)
  ^~~
/in/foo.cc:15:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   dij[s]=0;
   ^~~
/in/foo.cc:18:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for (j=1;j<=n;++j)
    ^~~
/in/foo.cc:23:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     dij[k]=0;
     ^~~
/in/foo.cc:23:11: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
     dij[k]=0;
     ~~~~~~^~
# 状态 耗时 内存占用
#1 Accepted 116ms 61.82 MiB
#2 Accepted 90ms 61.848 MiB
#3 Accepted 92ms 61.855 MiB
#4 Accepted 113ms 61.938 MiB
#5 Accepted 107ms 61.934 MiB
#6 Accepted 109ms 61.938 MiB
#7 Accepted 112ms 61.934 MiB
#8 Accepted 127ms 61.953 MiB
#9 Accepted 151ms 61.953 MiB
#10 Accepted 162ms 61.949 MiB

信息

递交者
类型
递交
题目
P1022 刘学习想要打地道战争
比赛
2019网宿杯XMU程序设计竞赛网络预赛第二场
语言
C++
递交时间
2019-04-21 14:05:29
评测时间
2019-04-21 14:05:29
评测机
分数
100
总耗时
1184ms
峰值内存
61.953 MiB