摘要: 题目链接:https://www.luogu.com.cn/problem/P8649 方法一:模拟暴力(20分) #include<bits/stdc++.h> using namespace std; const int max_n=100010; int n, k, a[max_n]; lon 阅读全文
posted @ 2023-02-13 10:12 TFLSNOI 阅读(64) 评论(0) 推荐(0) 编辑