发表评论取消回复
相关阅读
相关 Codeforces Round 73 D dp
接:[http://codeforces.com/contest/1221/problem/D][http_codeforces.com_contest_1221_pro...
相关 Codeforces Round #834 (Div. 3) D. Make It Round
[Problem - D - Codeforces][] ![1c21641e1301413ea5db4b38f928ab5a.png][] Code: incl
相关 【构造】Codeforces Round #843 (Div. 2) B Gardener and the Array
[Problem - B - Codeforces][] 题意: 给定一个序列,让你判断是否存在两个子序列使得这两个子序列或起来相等 思路: 设两个子序列是a和b 两
相关 Codeforces Round #637 (Div. 2) D. Nastya and Scoreboard 线性DP
题目链接:http://codeforces.com/contest/1341/problem/D 题意:0~9的数字是由图中的木棒组成的,现在给你若干个显示屏,你可以恰
相关 Codeforces Round #402 (Div. 2) (A-D)
[CF \402 div2][CF _402 div2] A题: 数学。具体看代码吧。很容易明白的。 include<bits/stdc++.h> usi
相关 Codeforces Round #397 E. Tree Folding (树形dp)
E. Tree Folding time limit per test 2 seconds memory limit per test 512 megabytes i
相关 Codeforces Round #397 D. Artsem and Saunders(构造)
D. Artsem and Saunders time limit per test 2 seconds memory limit per test 512 megab
相关 Codeforces Round #510 (Div. 2) D. Petya and Array
题目:[点击打开链接][Link 1] 题意:给定一个数组,问有多少个不同的区间\[l,r\] (l<=r)使得区间和小于给定的数t。 分析:先求个前缀和,则问题转化
相关 Codeforces Round #294 (Div. 2) D. A and B and Interesting Substrings [dp 前缀和 ]
[传送门][Link 1] D. A and B and Interesting Substrings time limit per test 2 seconds me
相关 Codeforces Round #677 D. Districts Connection
[题目][Link 1] 题意:给出n个点,对n个点连n-1条边要求构成一棵树,其中对于树中属于同一帮派的点不能相互连边。则我们只需对所有的点进行连边尝试,直到连了n-1
还没有评论,来说两句吧...