Game Prediction
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 9552
Accepted: 4566
Description
Suppose there are M people, including you, playing a specia...
分类:
其他好文 时间:
2014-08-11 21:30:43
阅读次数:
200
Problem Description
This is a simple game.The goal of the game is to roll two balls to two holes each.
'B' -- ball
'H' -- hole
'.' -- land
'*' -- wall
Remember when a ball rolls into a hole, the...
分类:
其他好文 时间:
2014-08-11 21:22:12
阅读次数:
308
City Game Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit StatusDescriptionBob is a stra...
分类:
其他好文 时间:
2014-08-11 21:10:52
阅读次数:
256
Impossible Game题目描述你发明了一个简单的单人电脑游戏。在开始游戏时,玩家必须输入一个长度为 K 的字符串,且这个字符串的元素只能为‘A’‘B’‘C’或者‘D’。每一种字符串都代表一种颜色,不同的字符串可能有相同的颜色,而一种字符串的颜色是由你在游戏开始前决定的。为了赢得这个游戏,玩家...
分类:
其他好文 时间:
2014-08-11 17:02:52
阅读次数:
271
索引概述索引与表一样,也属于段(segment)的一种。里面存放了用户的数据,跟表一样需要占用磁盘空间。只不过,在索引里的数据存放形式与表里的数据存放形式非常的不一样。在理解索引时,可以想象一本书,其中书的内容就相当于表里的数据,而书前面的目录就相当于该表的索引。同时,通常情况下,索引所占用的磁盘空...
分类:
数据库 时间:
2014-08-11 14:33:22
阅读次数:
333
给一个长度为n的字符串,每次删除字母相同切连续的串,如果有多个,删除最左边的、最长的串。每次删除输出串的字母,每个字母的下标(1-n)
N (1 ≤ N ≤ 10e6),串只包括red (‘R’), green (‘G’) or blue (‘B’)...
分类:
其他好文 时间:
2014-08-11 12:07:52
阅读次数:
208
City Game
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4572 Accepted Submission(s): 1938
Problem Description
Bob is a strategy...
分类:
其他好文 时间:
2014-08-11 12:05:12
阅读次数:
327
#include#include#includeusing namespace std;#define N 1002int map[N][N];int main(){ int i,j,m,n,Min,area,high,t,k; char c[100]; scanf("%d",&t...
分类:
其他好文 时间:
2014-08-11 10:06:51
阅读次数:
198
Problem Description
Football Manager is a series of football management simulation games developed by Sports Interactive and published by Sega. In this game, you will play a role of a football club m...
分类:
其他好文 时间:
2014-08-11 00:31:01
阅读次数:
400
Treblecross is a two player game where the goal is to get threeXin a row on a one-dimensional board. At the start of the game all cells in the board a...
分类:
其他好文 时间:
2014-08-10 23:50:01
阅读次数:
451