摘要: #include<iostream> #include<cstdio> #include<cmath> #include<cstring> using namespace std; #define LL long long #define N 510 #define INF 1e12 int n,m 阅读全文
posted @ 2025-10-08 21:14 xdhking 阅读(10) 评论(0) 推荐(0)
摘要: 洛谷P4926 [1007] 倍杀测量者 #include<bits/stdc++.h> using namespace std; const int N=1010; const double INF=1e18; const double eps=1e-7; struct node{ int v; 阅读全文
posted @ 2025-10-08 16:28 xdhking 阅读(7) 评论(0) 推荐(0)