mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Update 3562.cpp
This commit is contained in:
parent
0c1c23e400
commit
9f8e736021
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user