Flip Game
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 30805
Accepted: 13409
Description
Flip game is played on a rectangular 4x4 field with two-sided...
分类:
其他好文 时间:
2014-08-24 18:07:32
阅读次数:
209
The Pilots Brothers' refrigerator
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 18641
Accepted: 7145
Special Judge
Description
The game “The Pilo...
分类:
其他好文 时间:
2014-08-24 18:06:42
阅读次数:
240
EXTENDED LIGHTS OUT
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 6628
Accepted: 4368
Description
In an extended version of the game Lights Out, is a p...
分类:
其他好文 时间:
2014-08-24 16:43:32
阅读次数:
198
《深度探索C++对象模型》
对于data member来说,有两种情况
static data member数据
每一个static data member只有一个实体,存放在程序的data segment之中,无论以何种方式,无论类的继承关系如何复杂,存取路径都是非常直接
Nonstatic data members
直接存放在一个class obje...
分类:
其他好文 时间:
2014-08-24 11:38:52
阅读次数:
184
Fire GameTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionFat brother and Maze are playing a kind of special (hentai) game...
分类:
其他好文 时间:
2014-08-24 11:26:32
阅读次数:
213
Problem 2150 Fire GameAccept: 412Submit: 1638Time Limit: 1000 mSecMemory Limit : 32768 KBProblem DescriptionFat brother and Maze are playing a kind of...
分类:
其他好文 时间:
2014-08-24 10:17:12
阅读次数:
165
Problem 2148 Moon GameAccept: 403Submit: 1126Time Limit: 1000 mSecMemory Limit : 32768 KBProblem DescriptionFat brother and Maze are playing a kind of...
分类:
其他好文 时间:
2014-08-24 10:13:52
阅读次数:
250
Description
Nowadays it is becoming increasingly difficult to park a car in cities successfully. Let's imagine a segment of a street as long as
L meters along which a parking lot is located. Drive...
分类:
其他好文 时间:
2014-08-23 17:48:11
阅读次数:
249
Euclid's GameTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2074Accepted Submission(s): 924Proble...
分类:
其他好文 时间:
2014-08-23 15:13:11
阅读次数:
214
题意 给你n个小石头 和一个数组a[m] 然后两个人轮流取石头 stan先取 olive后取 他们都完美发挥 谁取完最后一个石头谁就是赢家 感觉不是很容易看出来是dp题 令d[i]表示只有i个石子时谁赢 1表示stan赢 0表示olive赢
i-a[j]表示从i个石子一次取走a[j]个还剩下的 所以有 当(i-a[j]>0&&d[i-a[j]]=...
分类:
其他好文 时间:
2014-08-23 11:21:21
阅读次数:
253