发表评论取消回复
相关阅读
相关 Codeforces Round #720 (Div. 2) A. Nastia and Nearly Good Numbers
[Problem - A - Codeforces][] 题意: 给定a,b,定义a\b的倍数为好数,除了好数且是a的倍数的数是接近好数,现在让你构造三个数x,y,z,使x
相关 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 #688 (Div. 2) A,B
A Cancel the Trains [传送门][Link 1] 题目大意 有 100 个从下向上的火车道,100 个从左向右的火车道,如图所示 ![车
相关 Codeforces Round #324 (Div. 2) B. Kolya and Tanya
思路:因为题目说只要存在组ai?+?ai?+?n?+?ai?+?2n?≠?6就令人满意,也就是不满意的情况就是所有ai?+?ai?+?n?+?ai?+?2n?都等于6 那就用
相关 Codeforces Good Bye 2017 Div.2 908A,B
A. New Year and Counting Cards Problem Statement [http://codeforces.com/contest/90
相关 Codeforces Round #510 (Div. 2) D. Petya and Array
题目:[点击打开链接][Link 1] 题意:给定一个数组,问有多少个不同的区间\[l,r\] (l<=r)使得区间和小于给定的数t。 分析:先求个前缀和,则问题转化
相关 Codeforces Round #551 (Div. 2) (A,B,C)
一开始做出来两道题,提交第三题一直wa,就在这个时候A题突然被人hack了,啊啊啊~我是猪吗?!A题也能错! 刚刚看A题的时候,才发现怎么代码里还有一个n--,什么鬼?!一定
相关 Codeforces Round #569 (Div. 2)A. Alex and a Rhombus
A. Alex and a Rhombus 题目链接:[http://codeforces.com/contest/1180/problem/A][http_codefo
相关 Codeforces Round #533(Div. 2) B.Zuhair and Strings
链接:https://codeforces.com/contest/1105/problem/B 题意: 给一个字符串和k,连续k个相同的字符,可使等级x加1,
还没有评论,来说两句吧...