From 9f8e736021b4fc01dbc6817e0cb8e57b6117e1c6 Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Wed, 12 Oct 2016 10:37:11 +0800 Subject: [PATCH] Update 3562.cpp --- SDUTOJ/3562.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SDUTOJ/3562.cpp b/SDUTOJ/3562.cpp index 56510da..f6fab27 100644 --- a/SDUTOJ/3562.cpp +++ b/SDUTOJ/3562.cpp @@ -44,7 +44,6 @@ void spfa(int StartPoint) /// d[i] is the min distance from StartPoint to i ( Bo if(!v[i]) { if(c) path[i]=path[c]; - v[i]==1; bus.push(i); } }