
动态规划
lero1005
菜是原罪。
展开
-
背包问题总结
1.01背包01背包问题#include <cstdio>#include <stack>#include <algorithm>#include <cstring>#include <cmath>#include <iostream>#include <map>#include <v...原创 2019-07-28 22:24:02 · 148 阅读 · 0 评论 -
LightOJ-1140(数位DP)
题意:求n~m之间数字里共有多少个0/****/#include <cstdio>#include <stack>#include <algorithm>#include <cstring>#include <cmath>#include <iostream>#include <map>#...原创 2019-08-08 16:24:02 · 216 阅读 · 0 评论 -
2019 ICPC上海网络赛-F. Rhyme scheme
F.Rhyme schemeRhyme scheme问答问题反馈编辑代码31.21% 1000ms 65536KA rhyme scheme is the pattern of rhymes at the end of each line of a poem or song. It is usually referred to by using letters to...原创 2019-09-16 14:10:50 · 355 阅读 · 0 评论