摘要: #include <bits/stdc++.h> using namespace std; using ll = long long ; const int N = 35; int dp[N][10]; void init() { for(int i=0;i<=9;i++) if(i!=4) dp[ 阅读全文
posted @ 2021-06-23 10:35 Acception 阅读(23) 评论(0) 推荐(0)