摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int N = 200010; 4 typedef long long ll; 5 struct seq { 6 int s, e, d; 7 } seqs[N]; 8 int n; 阅读全文
posted @ 2020-11-20 10:11 kyk333 阅读(110) 评论(0) 推荐(0) 编辑