摘要: 2023 CCPC Henan Provincial Collegiate Programming Contest A 思路:暴力枚举 #include<bits/stdc++.h> using namespace std; typedef pair<int,int>PII; typedef pai 阅读全文
posted @ 2023-05-18 10:33 bible_w 阅读(79) 评论(0) 推荐(0) 编辑