摘要:
CF Problem - 431C - Codeforces(dp好题) 注意初始化dp[0][0]=1 #include <bits/stdc++.h> using namespace std; #define LL long long const LL mod = 1e9+7; const in 阅读全文
摘要:
CF Problem - 1528A - Codeforces(树形dp好题) #include <bits/stdc++.h> using namespace std; #define LL long long const LL mod = 998244353; const int N=2e5+1 阅读全文
摘要:
CF Problem - 1627C - Codeforces(dfs好题)(构造) #include <bits/stdc++.h> using namespace std; #define LL long long const LL mod = 998244353; const int N=1e 阅读全文
摘要:
CF Problem - 858C - Codeforces #include <bits/stdc++.h> using namespace std; #define LL long long const LL mod = 998244353; const int N=2e5+10; char y 阅读全文