Update 3562.cpp

This commit is contained in:
Kirigaya Kazuto 2016-10-12 10:37:11 +08:00 committed by GitHub
parent 0c1c23e400
commit 9f8e736021

View File

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