摘要: 1 #include<bits/stdc++.h> 2 #define int long long 3 using namespace std; 4 const int N = 8e3 + 10; 5 const int mod = 998244353; 6 int a[N] , fac[N] , 阅读全文
posted @ 2020-08-19 10:45 古比 阅读(103) 评论(0) 推荐(0) 编辑