HDU - 3555 Bomb(數位DP)

#include <bits/stdc++.h> using namespace std; typedef long long ll; ll a[1005], dp[1005][2][10] = {0}; ll cnt(ll po, ll lim, ll la) { if(po == -1)return 1; if(dp[po][lim][la])return dp[po][lim
相關文章
相關標籤/搜索