摘要: 思路:直接模拟即可 鬼知道为什么这道题我写了100多行...快赶上网络流和平衡树的代码量了 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N = 110; 4 bool st[N]; 5 int n,k,m; 6 int l 阅读全文
posted @ 2021-05-15 16:43 Kaoru1120 阅读(25) 评论(0) 推荐(0)