菜听完枯了
菜听完枯了
全部文章
题解
归档
标签
去牛客网
登录
/
注册
菜听完枯了的博客
全部文章
/ 题解
(共1篇)
题解 | #Alice and Bob#
I题 具体看代码里的注释 #include<bits/stdc++.h> using namespace std; const int N=5005,mod=998244353; typedef long long LL; const double eps=1e-7; LL a[N],...
2021-07-20
1
748