he12

导航

2022年9月3日 #

P7278 纯洁憧憬

摘要: #include <bits/stdc++.h> using namespace std; const int N = 400; const int mod = 1e9 + 7; int n,k; int fac[N + 5]; int f[N + 5],g[N + 5]; int F[N + 5] 阅读全文

posted @ 2022-09-03 18:01 heyuchen 阅读(28) 评论(0) 推荐(0)