這個提交存在於:
Bensouda Idriss 2023-03-28 15:45:30 +02:00
父節點 661162456a
當前提交 346c04150b
共有 2 個檔案被更改,包括 0 行新增4 行删除

查看文件

@ -234,10 +234,6 @@ public class Path {
* @return Time (in seconds) required to travel this path at the given speed (in
* kilometers-per-hour).
*
<<<<<<< HEAD
*
*
>>>>>>> 052958ee6eb4821ebbb9c903780d467d62617fd2
*/
public double getTravelTime(double speed) {
double TotalTime = 0;