摘要: 学习博客:戳这里 本人代码: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int maxn = 2e5 + 10; 5 const ll mod = 998244353; 6 ve 阅读全文
posted @ 2018-11-04 14:18 euzmin 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 学习博客:戳这里 附本人代码: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int maxn = 2e3 + 10; 5 const ll mod = 998244353; 6 c 阅读全文
posted @ 2018-11-04 11:22 euzmin 阅读(168) 评论(0) 推荐(0) 编辑