摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1e5+10; int n,D; struct Node{ int x,y; bool operator<(const Node& t) const { return x< 阅读全文
posted @ 2026-02-13 22:53
AnoSky
阅读(1)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=50010; struct Cow{ int x; int id; bool operator<(const Cow& t) const{ return x<t.x; } 阅读全文
posted @ 2026-02-13 21:08
AnoSky
阅读(2)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1e3+10,M=1e5+10; map<string,int> mp; int a[M]; bool vis[N]; int cnt[N]; int n,m; int m 阅读全文
posted @ 2026-02-13 20:23
AnoSky
阅读(3)
评论(0)
推荐(0)

浙公网安备 33010602011771号