算法小学生h航
算法小学生h航
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
算法小学生h航的博客
全部文章
(共1篇)
题解 | #智乃酱的前缀和与差分#
以下是此题代码 #include<bits/stdc++.h> using namespace std; const int MOD = 998244353; const int G = 3; int modpow(int a, int e) { int res = 1; while (...
C++
数学
组合数学
2026-04-13
0
17