摘要: #include<iostream> #include<cmath> #include<stdio.h> using namespace std; struct jiegou { double t,x,y; }a[1010]; double k (jiegou a,jiegou b) { retur 阅读全文
posted @ 2021-02-22 17:59 夏夜の夢 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 题目大意及其思路 给出n个点出现的时间以及二维图纸上的坐标,然后求最大难度(最大难度等于两点相隔的距离/两点相隔的时间) 思路的话.....读懂题目意思后面写的话也差不多了 代码如下 #include<iostream> #include<cmath> #include<stdio.h> using 阅读全文
posted @ 2021-02-22 17:19 夏夜の夢 阅读(55) 评论(0) 推荐(0) 编辑