发表评论取消回复
相关阅读
相关 codeforces Educational Codeforces Round 65 (补完)
C News Distribution 并查集水题 D Bicolored RBS 括号匹配问题,如果给出的括号序列nesting depth为n,那么最终可以分
相关 Codeforces Round 374 div2
题目链接: [ CodeforcesRound374][CodeforcesRound374] 做了这么久cf了,,c题有时候还是做不起,,真的好菜,,,,
相关 Codeforces Round #234A
Inna and choose option 题意: 一个由12个字符('O'或'X')组成的字符串,这12个字符可以排列成a\b(a\b=12)的矩阵,要求
相关 Codeforces Round #479 (Div. 3)
D:[Divide by three, multiply by two][Divide by three_ multiply by two] 除了这种做法还可以通过建图
相关 Educational Codeforces Round 63 (Rated for Div. 2) (A,B,C)
这次比赛很顺利的出了3个题,rating上涨了98,菜菜的我后面的不会了。 [A - Reverse a Substring][] include<bits/std
相关 Codeforces Round #553 (Div. 2)
A:[http://codeforces.com/contest/1151/problem/A][http_codeforces.com_contest_1151_proble
相关 Codeforces Round #560 (Div. 3)
[Codeforces Round \560 (Div. 3)][Codeforces Round _560 _Div. 3] E. Two Arrays and
相关 Codeforces Edu Round 49 A-E
A. Palindromic Twist 由于必须改变。所以要使\\(a\[i\] = a\[n - i + 1\]\\)。 要么同向走,但必须满足之前的\\(a\[i
相关 Codeforces Edu Round 54 A-E
A. Minimizing the String 很明显,贪心之比较从前往后第一个不一样的字符,所以可以从前往后考虑每一位,如果把它删除,他这一位就变成\\(str\[i
相关 Codeforces Edu Round 63 A-E
A. Reverse a Substring 容易看出,只要符合递增顺序就符合\\(NO\\),否则则可以找到一组,每次记录最大值比较即可。 include <
还没有评论,来说两句吧...