摘要: 23暑假友谊赛 马猴烧酒 思路:枚举对行的所有可能操作,判断列需要的操作次数是否满足条件; #include<bits/stdc++.h> using namespace std; #define int long long typedef pair<int,int>PII; typedef pai 阅读全文
posted @ 2023-07-20 10:14 bible_w 阅读(3) 评论(0) 推荐(0) 编辑