发表评论取消回复
相关阅读
相关 【构造】Codeforces Round #843 (Div. 2) B Gardener and the Array
[Problem - B - Codeforces][] 题意: 给定一个序列,让你判断是否存在两个子序列使得这两个子序列或起来相等 思路: 设两个子序列是a和b 两
相关 Codeforces Round #429 (Div. 2) B. Godsend
[Problem - B - Codeforces][] 题意: 给定一个数列,先手可以remove一段区间和为奇数的区间,后手可以remove一段区间和为偶数的区间,问你
相关 Codeforces Round #720 (Div. 2) B. Nastia and a Good Array
[Problem - B - Codeforces][] 题意: 给定一个序列,一次操作可以选i,j,x,y使a\[i\]=x,a\[j\]=y,其中满足min(a\[i\
相关 Codeforces Round #258 (Div. 2) B. Sort the Array
[Problem - B - Codeforces][] 题意: 给定一个数列,问你能否把其一段子段反转之后使其单调递增 思路: 结论很简单,当且仅当数列中只有一段单调
相关 Codeforces Round #572 (Div. 2)B
B. Number Circle 题目链接:[http://codeforces.com/contest/1189/problem/B][http_codeforces.
相关 Codeforces Round #688 (Div. 2) A,B
A Cancel the Trains [传送门][Link 1] 题目大意 有 100 个从下向上的火车道,100 个从左向右的火车道,如图所示 ![车
相关 Codeforces Round #663 (Div. 2) B题
[题目链接][Link 1] include <cstdio> include <iostream> using namespace std
相关 Codeforces Round #258 (Div. 2) . Sort the Array 贪心
B. Sort the Array 题目连接: [http://codeforces.com/contest/451/problem/B][http_codef
相关 Codeforces Round #541 (Div. 2) B.Draw!
链接:https://codeforces.com/contest/1131/problem/B 题意: 给n次足球比分,求存在平局的机会。 思路: 结构体
相关 Codeforces Round #568 (Div. 2)B
B. Email from Polycarp 题目链接:[http://codeforces.com/contest/1185/problem/B][http_codef
还没有评论,来说两句吧...