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); } }