发表评论取消回复
相关阅读
相关 Atcoder ABC 141
Atcoder ABC 141 A - Weather Prediction > SB题啊,不讲。 include<iostream> inclu...
相关 ABC227 C - ABC conjecture
这题本身很简单,但是要注意枚举的范围 [C - ABC conjecture (atcoder.jp)][C - ABC conjecture _atcoder.jp] 题
相关 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
相关 560-数据结构(链表)
线性表-链表 线性表:每一个元素有一个前驱和一个后继,就是前面有一个节点,后面有一个节点,在一条线上。 ![在这里插入图片描述][watermark_type_ZHJ
相关 Codeforces Round #244 (Div. 2) ABCE
比赛链接 http://codeforces.com/contest/427 D和E两题最后也没能自己搞出来,参考了 http://blog.csdn.net/hongroc
相关 CodeForces 560A,B,C
[CodeForces 560A][] 题意:给定一个货币系统,问不能组成的最小的钱数是多少。 思路:水,只要检查有没有出现1即可,有则输出-1,否则1.
相关 codeforces 560E Lucas定理+dp
E. Gerald and Giant Chess time limit per test 2 seconds memory limit per test 256 me
相关 Codeforces Round #313 (Div. 2) 560C Gerald's Hexagon(脑洞)
C. Gerald's Hexagon time limit per test 2 seconds memory limit per test 256 megabyte
相关 Codeforces Round #560 (Div. 3)
[Codeforces Round \560 (Div. 3)][Codeforces Round _560 _Div. 3] E. Two Arrays and
还没有评论,来说两句吧...