← 返回 stripe 的题目列表Integration: Bike Map Routes
类型:online_judge
Given a city map with several bike routes, each represented by a start and end point, write a function to calculate the shortest distance from a given point to any path in the network.
Example
Input
1, 2, 0, 0, 3, 4
Output
[Expected Output]