摘要: 树上不可重序列的方案数 = 阅读全文
posted @ 2021-11-28 21:15 levill 阅读(18) 评论(0) 推荐(0) 编辑
摘要: A:签到 // Author: levil #include<bits/stdc++.h> using namespace std; typedef long long LL; const int N = 1e6 + 5; const int M = 1e6 + 5; const LL Mod = 阅读全文
posted @ 2021-11-28 11:16 levill 阅读(76) 评论(1) 推荐(0) 编辑
摘要: A:贪心一下就行 // Author: levil #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef long double ld; typedef pair<int,int> pii; const 阅读全文
posted @ 2021-11-28 10:32 levill 阅读(25) 评论(0) 推荐(0) 编辑