发表评论取消回复
相关阅读
相关 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 #629 (Div. 3) E. Tree Queries LCA
题目链接:https://codeforces.com/contest/1328/problem/E 题意:给你一棵树,多次询问每次给你一个集合,问你能否选一条链使得集合所
相关 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)
C. Gourmet Cat 题目:[http://codeforces.com/contest/1154/problem/C][http_codeforces.com_
相关 Codeforce Round #547 div3
A.Game 23 1.题目 [A][] 2.思路 直接考虑dfs即可,记录最小值,最后输出即可 include <stdio.h> c
相关 Codeforces Round #552 (Div. 3)D、E题解
D. Walking Robot 题意 机器人在一维坐标轴上从0走到x,中途可以在有光的地方可以选择给太阳能电池充电,每次移动都要消耗一单位电,蓄电池容量为a,太阳
相关 Codeforces Round #552 (Div. 3)
B. Make Them Equal Description 给定一个长度为 nn 的序列,请你选择一个非负整数 DD,然后将序列中的所有元素要么加上 DD,要么减去
相关 Codeforces Round #560 (Div. 3)
[Codeforces Round \560 (Div. 3)][Codeforces Round _560 _Div. 3] E. Two Arrays and
还没有评论,来说两句吧...