码迷,mamicode.com
首页 >  
搜索关键字:elephant    ( 131个结果
CF 258B Little Elephant and Elections [dp+组合]
给出1,2,3...m任取7个互不同样的数a1,a2,a3,a4,a5,a6,a7一个数的幸运度是数位上4或7的个数比方244。470幸运度是2。44434,7276727。4747,7474,幸运度都是4。求出满足a1,a2,a3,a4,a5,a6,a7这种前6个数的幸运度之和严格小于第七个数的幸...
分类:其他好文   时间:2016-01-19 14:20:17    阅读次数:129
javascript笔记--数组
获取数组元素索引:indexOf返回第一个找到的索引:可带起始索引lastIndexOf返回最后一个找到的索引:可带起始索引var animals = new Array("dog", "cat", "seal" , "elephant", "walrus", "lion","cat")consol...
分类:编程语言   时间:2015-12-17 16:00:00    阅读次数:168
Ubantu 好玩以及有用的命令
1.cowsay 图像 Dell:~$ sudo apt-get install cowsay Dell:~$ cowsay -f elephant-in-snake 00 Dell:~$ cowsay -f gnu oo2.给root设密码 @Dell:~$ sudo passwd r...
分类:其他好文   时间:2015-11-08 14:06:46    阅读次数:130
Codeforces Round #269 (Div. 2) D. MUH and Cube Walls KMP
D. MUH and Cube WallsPolar bears Menshykov and Uslada from the zoo of St. Petersburg and elephant Horace from the zoo of Kiev got hold of lots of wood...
分类:其他好文   时间:2015-11-06 20:58:04    阅读次数:295
Python - List
Negative Indexes(负索引)>>> spam = ['cat', 'bat', 'rat', 'elephant']>>> spam[-1]'elephant'>>> spam[-3]'bat'>>> 'The ' + spam[-1] + ' is afraid of the ' +...
分类:编程语言   时间:2015-10-29 11:22:13    阅读次数:199
CodeForces 221D Little Elephant and Array
Little Elephant and ArrayTime Limit: 4000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:221D64-bit integer IO format:%I...
分类:其他好文   时间:2015-10-17 14:43:05    阅读次数:193
poj 2965 The Pilots Brothers' refrigerator
DescriptionThe game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator.There are 16 handles ...
分类:其他好文   时间:2015-09-21 21:10:00    阅读次数:293
codeforces 204A A. Little Elephant and Interval(dp+组合数学)
题目链接:codeforces 204A题目大意:给出一个l和r,求取在l和r之间的首尾相同的数的个数。题目分析: 按位进行统计,计算出不大于某一个数的所有的合法的情况。然后可以利用这个前缀和求取区间和。 按位统计的时候,首先特判数的长度为1位和两位的情况,分别是10和9,如果当前数就是1位,那么就是这个数的大小,其他具体细节见代码. 然后就是统计所有不足位的情况,也就是数的长度不到给定数长度的情况...
分类:其他好文   时间:2015-09-17 11:55:25    阅读次数:150
CodeForces 259A Little Elephant and Chess
Little Elephant and ChessTime Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 259ADescriptionThe Little E...
分类:其他好文   时间:2015-08-30 20:56:56    阅读次数:150
【数论】[CF258C]Little elephant and LCM
题目 分析:枚举最大数,然后找出它所有因数p1…….pk, 从中任意选取一些数,这些数的LCM|这个数且,这些数的最大LCM就是枚举的这个数,且若pi<=aj<=pi+1则前i个数可以放在j这个位置,即j这个位置有cj种选择,总方案数就是c1*c2*……*cj 作为优化,对于每个pi,我们枚举有aj满足pi<=aj<=pi+1的个数记为qi,则有ans=1^qi*2^qi*……*q^qk,但这些...
分类:其他好文   时间:2015-08-25 23:56:12    阅读次数:199
131条   上一页 1 ... 8 9 10 11 12 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!