题解 2811: 救援

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

编写题解 2811: 救援

摘要:解题思路:注意事项:参考代码:#include <stdio.h>   #include <math.h>   #include <stdlib.h>     // 计算时间的函数   floa……

救援(总时间)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int n,x,y,num; double distance; double t……

2811: 救援(Python)

摘要:解题思路:注意事项:参考代码:from decimal import * n = int(input()) t0 = 0 while True: try: x,y,num=map(in……

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){    int n;    double sum_time = 0.0;    s……