发表评论取消回复
相关阅读
相关 Codeforces Global Round 24 C. Doremy‘s City Construction
[Problem - C - Codeforces][] 题意: 给定n个点,然后连边,当a\[i\]<=a\[j\]<=a\[k\]时不能连,否则可以 问你最多连多少边
相关 Educational Codeforces Round 60 (Rated for Div. 2)(ABC)
A. Best Subsegment 题意:给你一组数字,让你找到最长且平均数最大且没有小数的长度 解:平均数最大,直接找最大值,然后找最大值的长度(注意处理最后一个)
相关 Educational Codeforces Round 58 (Rated for Div. 2)(ABCE)
A. Minimum Integer 题意:找到一个x,使得x不在\[l,r\]内,且最小能够整除d的数; ![ContractedBlock.gif][] ![Expan
相关 Codeforces Global Round 8 B. Codeforces Subsequences
[题目链接][Link 1] 思路:最少的字符数量,必然是利用组合数进行乘法运算。codeforces一共10个字符,当每个字符都增加一个的话,有2^10种选择,同理,每个字
相关 Codeforces Round #244 (Div. 2) ABCE
比赛链接 http://codeforces.com/contest/427 D和E两题最后也没能自己搞出来,参考了 http://blog.csdn.net/hongroc
相关 Codeforces Round 374 div2
题目链接: [ CodeforcesRound374][CodeforcesRound374] 做了这么久cf了,,c题有时候还是做不起,,真的好菜,,,,
相关 Codeforces Round #381 (Div. 2) &&Codeforce_740
A. Alyona and copybooks 水题,让求满足条件的最小花费,注意组合可能是多个即可。 include <bits/stdc++.h> us
相关 Codeforces Global Round 2(A/B/C)
这场比赛作出前两道题就挂机了,没有信心做下去了。 题目链接:[http://codeforces.com/contest/1119][http_codeforces.com_
相关 Codeforces Round #553 (Div. 2)
A:[http://codeforces.com/contest/1151/problem/A][http_codeforces.com_contest_1151_proble
相关 Codeforces Round #573 (Div. 2)
<table> <thead> <tr> <th>Sloved</th> <th align="center">A</th> <th alig
还没有评论,来说两句吧...