摘要: #include<bits/stdc++.h> #define db double using namespace std; const int N=1e5+10; db H; int n; struct node{int t,h;}a[N]; bool cmp(node x,node y){ret 阅读全文
posted @ 2023-11-14 21:20 Moyyer_suiy 阅读(23) 评论(0) 推荐(0)