Problem Description
Kingdom Rush is a popular TD game, in which you should build some towers to protect your kingdom from monsters. And now another wave of monsters is coming and you need again to kn...
分类:
其他好文 时间:
2014-08-19 19:02:35
阅读次数:
252
Multiply game
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1450 Accepted Submission(s): 508
Problem Description
Tired of play...
分类:
其他好文 时间:
2014-08-19 16:32:54
阅读次数:
299
ProblemIn a kingdom there are prison cells (numbered 1 toP) built to form a straight line segment. Cells numberiandi+1are adjacent, and prisoners in a...
分类:
其他好文 时间:
2014-08-19 12:36:24
阅读次数:
234
In a galaxy far far awaythere is an ancient game played among the planets. The specialty of the game isthat there is no limitation on the number of players in each team, as long asthere is a captain i...
分类:
其他好文 时间:
2014-08-19 11:03:34
阅读次数:
261
题目链接题意:4*4的黑白棋,求把棋全变白或者全变黑的最小步数。分析:以前用状态压缩做过。 和上题差不多,唯一的不同是这个终态是黑棋或者白棋,但是只需要把给的初态做不同的两次处理就行了。感觉现在还只是会套模板,不能独立的思考,好伤心。。。。 1 #include 2 #include 3 ...
分类:
其他好文 时间:
2014-08-19 10:52:44
阅读次数:
274
Oracle11g 新增参数deferred_segment_creation
,建库的时候默认值为true,意思是延时加载,当表中不存在数据的时候,不为这个表创建空间,当你导出的时候会发现很多表不存在
使用show parameter deferred deferred_segment_creation; 命令可以查看deferred_segment_creation的值,如果想...
分类:
数据库 时间:
2014-08-18 20:32:02
阅读次数:
211
HDU 1338 Game Prediction 贪心...
分类:
其他好文 时间:
2014-08-18 18:41:12
阅读次数:
196
1. [代码][Java]代码 package com.yk.tools.game;import java.applet.AudioClip;import java.awt.Dimension;import java.awt.Graphics;import java.awt.Image;impor....
分类:
编程语言 时间:
2014-08-18 18:22:53
阅读次数:
337
Idiomatic Phrases Game
Time Limit: 2 Seconds Memory Limit: 65536 KB
Tom is playing a game called Idiomatic Phrases Game. An idiom consists of several Chinese characters and has a certain ...
分类:
其他好文 时间:
2014-08-18 16:22:52
阅读次数:
228
Berserk RookAs you may know,chessis an ancient game for which almost everyone has at least a basic understanding of the rules. Chess is a two-player s...
分类:
其他好文 时间:
2014-08-18 15:45:02
阅读次数:
179