发表评论取消回复
相关阅读
相关 Codeforces Round #828 (Div. 3) E1 E2
[Problem - E1 - Codeforces][] [Problem - E2 - Codeforces][] 题意: 给定a,b,c,d,其中 a<x<=c,b
相关 Codeforces Round #839 (Div. 3) E Permutation Game
[Problem - E - Codeforces][] 题意: 给定一个排列,两个人博弈,每次他可以给所有涂蓝的块排序,然后把一个红的染成蓝色。先手想把数列排成升序,后手
相关 Codeforces Round #627 (Div. 3) F. Maximum White Subtree 树形DP 换根
题目链接:[http://codeforces.com/contest/1324/problem/F][http_codeforces.com_contest_1324_pro
相关 Codeforces Round #627 (Div. 3) E. Sleeping Schedule 线性DP
题目链接:[http://codeforces.com/contest/1324/problem/E][http_codeforces.com_contest_1324_pro
相关 Codeforces Round #629 (Div. 3) E. Tree Queries LCA
题目链接:https://codeforces.com/contest/1328/problem/E 题意:给你一棵树,多次询问每次给你一个集合,问你能否选一条链使得集合所
相关 Codeforces Round #637 (Div. 2) D. Nastya and Scoreboard 线性DP
题目链接:http://codeforces.com/contest/1341/problem/D 题意:0~9的数字是由图中的木棒组成的,现在给你若干个显示屏,你可以恰
相关 Codeforces Round #739 (Div. 3)(编辑距离+数位dp)
a int n; int arr[N]; void solve() { cin >> n; cout <
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
相关 Codeforces Round #479 (Div. 3)
D:[Divide by three, multiply by two][Divide by three_ multiply by two] 除了这种做法还可以通过建图
相关 Codeforces Round #552 (Div. 3)D、E题解
D. Walking Robot 题意 机器人在一维坐标轴上从0走到x,中途可以在有光的地方可以选择给太阳能电池充电,每次移动都要消耗一单位电,蓄电池容量为a,太阳
还没有评论,来说两句吧...