/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'void SPFA(int)':
/in/foo.cc:46:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)
  ^~~
/in/foo.cc:48:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   d[s]=0;
   ^
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 4ms 2.363 MiB
#4 Wrong Answer 4ms 380.0 KiB
#5 Wrong Answer 4ms 384.0 KiB
#6 Wrong Answer 4ms 340.0 KiB
#7 Wrong Answer 8ms 628.0 KiB
#8 Time Exceeded ≥1004ms ≥2.25 MiB
#9 Wrong Answer 10ms 764.0 KiB
#10 Wrong Answer 223ms 7.5 MiB

信息

递交者
类型
递交
题目
P1909 寻找道路
语言
C++
递交时间
2017-11-06 00:30:24
评测时间
2017-11-06 00:30:25
评测机
分数
30
总耗时
≥1274ms
峰值内存
≥7.5 MiB