-
poly
标题: 多边形游戏
时 限: 1000 ms
内存限制: 10000 K
总时限: 3000 ms
描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。
游戏第1步,将一条边删除。
随后n-1步按以下方式操作:
(1)选择一条边E以及由E连接着的2个顶点V1和V2;
(2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。
最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。
输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。
例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。
输出: 一个整数,计算最高得分。
输入样例: 5
10 + -1 x -2 x 3 + -8 x
输出样例: 486
(标题: 多边形游戏
时 限: 1000 ms
内存限制: 10000 K
总时限: 3000 ms
描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。
游戏第1步,将一条边删除。
随后n-1步按以下方式操作:
(1)选择一条边E以及由E连接着的2个顶点V1和V2;
(2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。
最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。
输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。
例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。
输出: 一个整数,计算最高得分。
输入样例: 5
10+-1 x-2 x 3+-8 x
输出样例: 486
)
- 2012-12-17 10:35:16下载
- 积分:1
-
TrueManSun
说明: 一个新手学习的代码,可以学到不少知识,要的赶快啊(A novice learning code, can learn a lot of knowledge, to hurry up)
- 2009-08-07 08:50:22下载
- 积分:1
-
greedy-snake
vs用c#语言编写的贪吃蛇小程序,可以拿来学习c#(vs c# language with Snake small program that can be used to learn c#)
- 2013-07-17 17:48:41下载
- 积分:1
-
games
小精灵游戏,C++的课程设计的作业。关于游戏的初步学习(little games of a small program )
- 2020-07-04 16:20:02下载
- 积分:1
-
2
Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
OpenMahjong-V3.1
mahjong game. you can take a look of it. it is a zip file you have to unzip it.(this is a mahjong game.you can take a look)
- 2013-02-04 00:38:42下载
- 积分:1
-
贪吃蛇
贪吃蛇游戏,用C#编写的程序。我也是从csdn上面下载来的。(Snake game, written with C# program. I downloaded it from CSDN too.)
- 2017-11-08 11:06:24下载
- 积分:1
-
24dianlunwen
一个24点游戏的论文,可以作为格式来用,也可以用来自己做游戏(The papers of a 24-point game, as the format to use, can also be used to make their own game)
- 2012-07-21 12:45:36下载
- 积分:1
-
Exploside
游戏是男人就撑30秒的手机版,大家可以下来作参考(30 seconds)
- 2010-06-08 13:17:26下载
- 积分:1
-
3D-TANK
3D坦克视频教程及源码,非常详细,适合初学者参考(3D tank)
- 2013-08-13 14:13:21下载
- 积分:1