码迷,mamicode.com
首页 >  
搜索关键字:gym    ( 996个结果
Gym 100637F F. The Pool for Lucky Ones 暴力
F. The Pool for Lucky OnesTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100637/problem/FDescriptionA new swimming pool has been ...
分类:其他好文   时间:2015-07-24 20:16:55    阅读次数:126
Codeforces Gym 100513G G. FacePalm Accounting
G. FacePalm AccountingTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100513/problem/GDescriptionAn owner of a small company FaceP...
分类:其他好文   时间:2015-07-23 23:32:45    阅读次数:218
Codeforces Gym 100513M M. Variable Shadowing 暴力
M. Variable ShadowingTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100513/problem/MDescriptionIn computer programming,variable s...
分类:Windows程序   时间:2015-07-23 19:42:04    阅读次数:231
Codeforces Gym 100513D D. Data Center 前缀和 排序
D. Data CenterTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/contest/560/problem/BDescriptionThe startup "Booble" has shown explosive...
分类:编程语言   时间:2015-07-23 19:36:37    阅读次数:143
Codeforces Gym 100513I I. Sale in GameStore 暴力
I. Sale in GameStoreTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100513/problem/IDescriptionA well-known Berland online games s...
分类:其他好文   时间:2015-07-23 19:22:02    阅读次数:107
Codeforces Gym 100513G G. FacePalm Accounting 暴力
G. FacePalm AccountingTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100513/problem/GDescriptionAn owner of a small company FaceP...
分类:其他好文   时间:2015-07-23 19:19:30    阅读次数:175
Codeforces Gym 100513F F. Ilya Muromets 线段树
F. Ilya MurometsTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100513/problem/FDescriptionIIlya Muromets is a legendary bogatyr. ...
分类:其他好文   时间:2015-07-23 19:18:20    阅读次数:116
Gym 100187B-A Lot of Joy
题意:给一个字符串,将每个字符分开放进两个口袋,每次从两个口袋分别拿出一个字符,如果相同则开心,问开心的次数期望是多少。分析:数学期望题,然而这是我最不拿手的。。。最后答案是每个字符在字符串出现的次数/字符串长度的和。 1 #include 2 #include 3 #include 4 #i...
分类:其他好文   时间:2015-07-22 01:24:45    阅读次数:134
Gym 100187A-Potion of Immortality
题意:有n个药瓶,里面有一个有毒,然后每次拿兔子去试吃k瓶并且只能是k瓶,如果兔子死了就知道那瓶是毒药了,现在问你最少兔子要试吃几次。分析:这题卡了好久,其实很简单。先考虑肯定要吃n/k次,那么剩下的如果只有一瓶或没有,则答案就是n/k,如果有两瓶以上,则只需再吃一次就行了。因为兔子只需在剩下的m瓶...
分类:其他好文   时间:2015-07-22 01:24:37    阅读次数:116
Gym 100187M-Heaviside Function
题意:给定函数:f(x)?=?θ(s1x?-?a1)?+?θ(s2x?-?a2)?+?...?+?θ(snx?-?an), wheresi?= ±?1. Calculate its values for argument valuesx1,x2, ...,xm.其中 然后输入一系列si,ai,...
分类:其他好文   时间:2015-07-21 23:42:58    阅读次数:143
996条   上一页 1 ... 92 93 94 95 96 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!