发表评论取消回复
相关阅读
相关 Codeforces Round #826 (Div. 3) C
[Problem - C - Codeforces][] 题意: 给定一个长度为n的数组,求将该数组分为连续的几个部分,使得每一部分内部的和相同。求分完后每一部分的最大值最
相关 Codeforces Round #799 (Div. 4) F 3SUM
[Problem - F - Codeforces][] 题意: 给你n和n个整数,问你是否存在三个数使得三个数加起来的数末尾是3 思路: 哈希表里枚举(即map里面枚
相关 Codeforces Round #575 (Div. 3) F. K-th Path
[传送门][Link 1] 题意: 这道题把我看得懵懵的(不敢相信),其实就是给你n个点和m条边(无向图),你要找出来任意两点之间的的最短距离,然后再从其中找出来第k个最小
相关 Codeforces Round #575 (Div. 3) E. Connected Component on a Chessboard
[传送门][Link 1] 题意: 给你一个黑白相间的1e9\1e9的棋盘,你需要从里面找出来由b个黑色的格子和w个白色的格子组成的连通器(就是你找出来的b+w个格子要连接
相关 Codeforces Round #575 (Div. 3) B. Odd Sum Segments 、C Robot Breakout
[传送门][Link 1] B题题意: 给你n个数,让你把这n个数分成k个段(不能随意调动元素位置)。你需要保证这k个段里面所有元素加起来的和是一个奇数。问可不可以这样划分
相关 Codeforces Round #570 (Div. 3)B
B - Equalize Prices 题目链接:[http://codeforces.com/contest/1183/problem/B][http_codeforc
相关 Codeforces Round #617 (Div. 3):C. Yet Another Walking Robot
Discription There is a robot on a coordinate plane. Initially, the robot is located at
相关 Codeforces Round #719 (Div. 3)(a,b,c)
[题目https://codeforc.es/contest/1520][https_codeforc.es_contest_1520] 简单题 a b
相关 Codeforces Round #565 (Div. 3) B
B. Merge it! 题目链接:[http://codeforces.com/contest/1176/problem/B][http_codeforces.com_
相关 Codeforces Round #575 (Div. 3) A B C
[Codeforces Round \575 (Div. 3)][Codeforces Round _575 _Div. 3] A include<bits/st
还没有评论,来说两句吧...