重生之我要当分子
重生之我要当分子
全部文章
题解
归档
标签
去牛客网
登录
/
注册
重生之我要当分子的博客
全部文章
/ 题解
(共1篇)
题解 A-D
A.只需要对奇数和偶数分别讨论切的数量即可。 #include<bits/stdc++.h> using namespace std; #define ll long long #define endl "\n" const int mod=998244353; const int M...
2023-12-09
0
243