/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'void prim()':
/in/foo.cc:35:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int j=1;j<=n;j++)
   ^~~
/in/foo.cc:41:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     if (min==1000000000.0) break;
     ^~
/in/foo.cc:23:14: warning: variable 'dir' set but not used [-Wunused-but-set-variable]
  int f[1005],dir[1005],k;
              ^~~
/in/foo.cc:42:7: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
   f[k]=1;
   ~~~~^~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Wrong Answer 12ms 7.75 MiB
#3 Wrong Answer 17ms 7.875 MiB
#4 Wrong Answer 15ms 7.875 MiB
#5 Accepted 2ms 484.0 KiB
#6 Accepted 3ms 512.0 KiB
#7 Accepted 4ms 2.5 MiB
#8 Accepted 4ms 1.375 MiB
#9 Accepted 2ms 2.961 MiB
#10 Wrong Answer 3ms 4.867 MiB

信息

递交者
类型
递交
题目
Building Roads 修建道路
语言
C++
递交时间
2017-07-21 09:29:40
评测时间
2017-07-21 09:29:40
评测机
分数
60
总耗时
70ms
峰值内存
7.875 MiB