摘要: 2023 ICPC 网络预选赛 II 赛时 AC 题目 M. Dirty Work 点击查看代码 #include<bits/stdc++.h> #define ld double using namespace std; const int maxn=1e6+5; int a[maxn],b[ma 阅读全文
posted @ 2023-10-05 09:24 shyiaw 阅读(141) 评论(0) 推荐(0)