/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:58:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int j=1;j<=N;j++)
         ^~~
/in/foo.cc:61:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     SPFA();
     ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 376.0 KiB
#2 Accepted 2ms 408.0 KiB
#3 Accepted 8ms 520.0 KiB
#4 Accepted 8ms 424.0 KiB
#5 Accepted 49ms 560.0 KiB
#6 Accepted 49ms 564.0 KiB
#7 Wrong Answer 44ms 560.0 KiB
#8 Wrong Answer 42ms 560.0 KiB
#9 Accepted 43ms 552.0 KiB
#10 Accepted 42ms 560.0 KiB

信息

递交者
类型
递交
题目
P2229 路径数
语言
C++
递交时间
2025-05-10 09:50:11
评测时间
2025-05-10 09:50:11
评测机
分数
80
总耗时
293ms
峰值内存
564.0 KiB