发表评论取消回复
相关阅读
相关 codeforces Educational Codeforces Round 65 (补完)
C News Distribution 并查集水题 D Bicolored RBS 括号匹配问题,如果给出的括号序列nesting depth为n,那么最终可以分
相关 Codeforces Round 71
第一题:读题+基础贪心 [http://codeforces.com/contest/1207][http_codeforces.com_contest_1207] 第二题
相关 Codeforces Beta Round #63 (Div. 2) E. Subsegments(map + set)
> 原题链接:[https://codeforces.com/contest/69/problem/E][https_codeforces.com_contest_69_pro
相关 Codeforces Round #381 (Div. 2) &&Codeforce_740
A. Alyona and copybooks 水题,让求满足条件的最小花费,注意组合可能是多个即可。 include <bits/stdc++.h> us
相关 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 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 <
还没有评论,来说两句吧...