发表评论取消回复
相关阅读
相关 Codeforces 722E 组合数学 DP
题意:有一个n \ m的棋盘,你初始在点(1, 1),你需要去点(n, m)。你初始有s分,在这个棋盘上有k个点,经过一次这个点分数就会变为s / 2(向上取整),问从起点到终
相关 CodeForces 630G-Challenge Pennants【组合数学】
G. Challenge Pennants time limit per test 0.5 seconds memory limit per test 64 megab
相关 CodeForces 630H- Benches【组合数学】
H. Benches time limit per test 0.5 seconds memory limit per test 64 megabytes input
相关 codeforces 560E Lucas定理+dp
E. Gerald and Giant Chess time limit per test 2 seconds memory limit per test 256 me
相关 Codeforces Round #397 E. Tree Folding (树形dp)
E. Tree Folding time limit per test 2 seconds memory limit per test 512 megabytes i
相关 Codeforces Beta Round #8 E. Beads (数位dp)
题目链接: [点击打开题目][Link 1] 题意: 将所有二进制串(只允许前导 0)中,同时满足字典序不小于其逆序串,取反串和逆序取反串(三种都要满足)的
相关 CodeForces - 474E dp+离散+线段树优化
[这个题][Link 1] 跟[这个题][Link 2]类似,都是一维dp,n^2复杂度,但是需要优化, 感觉这种题数据小点1e4的话优化成nsqrt(n)就可以,1e5的
相关 Codeforces 441E Valera and Number dp
[Valera and Number][] 感觉想了挺久的。。 dp\[ o \]\[ i \]\[ mask \] , 其中mask表示最后9位是什么。 如果mask
相关 codeforces 559C Gerald and Giant Chess(dp+组合数学)
题意:给出一个h\r的矩阵,从左上角走到右下角,中间有一些点不能经过,问不同的路径有多少种。 分析:《算法竞赛进阶指南》P335-336。 代码: i
相关 CodeForce - 1187 E. Tree Painting (换根dp)
You are given a tree (an undirected connected acyclic graph) consisting of nn vertices.
还没有评论,来说两句吧...