Esspe-PeaseeEsspe-Peasee is an ancient game played by children throughout the land of Acmania. The rules are simple:A player simply quibs the yorba at...
分类:
其他好文 时间:
2014-08-11 23:45:23
阅读次数:
297
Dijkstra部分不难,主要是建图
#include
#include
#include
#include
#include
#include
using namespace std;
#define INF 10000000
#define maxn 1005
struct bian
{
string a;
string b;
int time;
}tu[maxn];...
分类:
其他好文 时间:
2014-08-11 21:32:42
阅读次数:
185
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
给一个长度为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