HDU - 4734 F(x) (數位DP)

#include <bits/stdc++.h> using namespace std; typedef long long ll; ll a[15]; ll dp[15][200005]; ll po[15], maxx; ll F(ll x) { ll pos = 0, ans = 0, num, pi = 1; while(x) { num = x
相關文章
相關標籤/搜索