发表评论取消回复
相关阅读
相关 Codeforces Round #826 (Div. 3) C
[Problem - C - Codeforces][] 题意: 给定一个长度为n的数组,求将该数组分为连续的几个部分,使得每一部分内部的和相同。求分完后每一部分的最大值最
相关 Codeforces Round #826 (Div. 3) E. Sending a Sequence Over the Network
[Problem - E - Codeforces][] 题意: 给定一个数组,将该数组分成连续的若干部分。每一部分的长度大小是该部分最左端或者最右端的大小-1,求能否将这
相关 Codeforces Round #828 (Div. 3) E1 E2
[Problem - E1 - Codeforces][] [Problem - E2 - Codeforces][] 题意: 给定a,b,c,d,其中 a<x<=c,b
相关 Codeforces Round #587 (Div. 3)E2. Numerical Sequence (hard version)(二分)
题目:[E2. Numerical Sequence (hard version)][E2. Numerical Sequence _hard version] 题意:
相关 Codeforces Round #575 (Div. 3) E. Connected Component on a Chessboard
[传送门][Link 1] 题意: 给你一个黑白相间的1e9\1e9的棋盘,你需要从里面找出来由b个黑色的格子和w个白色的格子组成的连通器(就是你找出来的b+w个格子要连接
相关 Codeforces Round #570 (Div. 3 )A
A. Nearest Interesting Number 题目链接:[http://codeforces.com/contest/1183/problem/A][htt
相关 Codeforces Round #667 (Div. 3)(A、B、C、D、E)
Codeforces Round \667 (Div. 3)(A、B、C、D、E) [比赛地址][Link 1] 补题补晚了,估计访问量没了 A:Yet Anoth
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
相关 Codeforces Round #550 (Div. 3) (A,)
今晚想打场div3的cf,在打之前先将上次的题整理下吧。(之前没参加) 比赛链接:[http://codeforces.com/contest/1144][http_code
相关 Codeforces Round #574 (Div. 2) A~E Solution
[A. Drinks Choosing][] 有 $n$ 个人,每个人各有一种最喜欢的饮料,但是买饮料的时候只能同一种的两个两个买(两个一对) 学校只打算卖 $\\left
还没有评论,来说两句吧...