C++常用模板

常用模板: 数学 组合数 #include<bits/stdc++.h> using namespace std; #define ll long long const ll N=1e3+10,mod=998244353; ll n,a[N],jc[N],dp[N],ans; void init()
posted @ 2024-05-20 21:33  见合  阅读(3)  评论(0编辑  收藏  举报