USETC 250 windy数 数位DP

2020-12-13 05:51

阅读:591

标签:blog   os   io   for   div   amp   size   log   

注意处理数字只有一位的情况(其实不用怎么处理)= =

简单数位DP

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

using namespace std;

typedef long long LL;
const int maxn = 20;
int lim[maxn],len;
int num[maxn];
int f[15][15][15][2];

void getlim(int num) {
    memset(lim,0,sizeof(lim));
    len = 0;
    while(num) {
        lim[len++] = num % 10;
        num /= 10;
    }
}

int myabs(int x) {
    return x = 2) {
            return 1;
        }
        return 0;
    }
    if(!bound && note != -1) return note;
    int m = bound ? lim[now - 1] : 9,ret = 0;
    for(int i = 0;i 

  

USETC 250 windy数 数位DP,搜素材,soscw.com

USETC 250 windy数 数位DP

标签:blog   os   io   for   div   amp   size   log   

原文地址:http://www.cnblogs.com/rolight/p/3887003.html


评论


亲,登录后才可以留言!