/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'void doit()':
/in/foo.cc:51:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    {for (j=1;j<=n;j++)
     ^~~
/in/foo.cc:56:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
      printf("\n");}
      ^~~~~~
/in/foo.cc: In function 'int dijk(int, int)':
/in/foo.cc:19:7: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
   f[k]=true;
   ~~~~^~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 488.0 KiB
#2 Accepted 3ms 440.0 KiB
#3 Accepted 4ms 456.0 KiB
#4 Accepted 4ms 444.0 KiB
#5 Accepted 5ms 436.0 KiB
#6 Time Exceeded ≥506ms ≥540.0 KiB
#7 Time Exceeded ≥506ms ≥536.0 KiB
#8 Time Exceeded ≥506ms ≥516.0 KiB
#9 Time Exceeded ≥507ms ≥520.0 KiB
#10 Time Exceeded ≥505ms ≥512.0 KiB

信息

递交者
类型
递交
题目
P2024 无向图最短路径
比赛
金秋重聚模拟赛
语言
C++
递交时间
2017-10-07 21:00:06
评测时间
2017-10-07 21:00:16
评测机
分数
50
总耗时
≥2551ms
峰值内存
≥540.0 KiB