04 2025 档案

摘要://https://www.luogu.com.cn/problem/P4878 //https://www.acwing.com/problem/content/description/1172/ //http://ybt.ssoier.cn:8088/problem_show.php?pid=1 阅读全文
posted @ 2025-04-26 22:39 九三青梧 阅读(9) 评论(0) 推荐(0)
摘要://https://www.luogu.com.cn/problem/P1993 #include <bits/stdc++.h> using namespace std; const int N=5e3+100,M=N*2; int head[N],to[M],weight[M],cnt,Next 阅读全文
posted @ 2025-04-26 20:10 九三青梧 阅读(7) 评论(0) 推荐(0)
摘要://https://www.luogu.com.cn/problem/P5960 #include <bits/stdc++.h> using namespace std; const int N=5e3+10,M=2*N; int head[N],Next[M],to[M],weight[M],c 阅读全文
posted @ 2025-04-26 20:08 九三青梧 阅读(10) 评论(0) 推荐(0)
摘要://https://www.luogu.com.cn/problem/P5960 #include <bits/stdc++.h> using namespace std; const int N=5e3+10,M=2*N; int head[N],Next[M],to[M],weight[M],c 阅读全文
posted @ 2025-04-26 20:08 九三青梧 阅读(7) 评论(0) 推荐(0)