摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; typedef pair<int,int> PII; const int N=1e5+10; int tr[N*31][2],idx; int d[N]; vector<PII> adj[N]; 阅读全文
posted @ 2026-03-03 23:50
AnoSky
阅读(3)
评论(0)
推荐(0)
摘要:
点击查看代码 #include <bits/stdc++.h> using namespace std; const int INF = 1e8; int main() { ios::sync_with_stdio(0); cin.tie(0); string s[2]; // 【核心修正】题目没有 阅读全文
posted @ 2026-03-03 22:02
AnoSky
阅读(3)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; using ll = long long; int n,m; int main() { ios::sync_with_stdio(0),cin.tie(0); cin>>n>>m; vector< 阅读全文
posted @ 2026-03-03 20:32
AnoSky
阅读(3)
评论(0)
推荐(0)

浙公网安备 33010602011771号