Games Time Limit: 1000 ms Memory Limit: 65536 KiB Submit Statistic Problem Description Alice and Bob are playing a stone game. There are nn piles of s ...
分类:
其他好文 时间:
2018-07-19 19:09:58
阅读次数:
215
Jack Straws In the game of Jack Straws, a number of plastic or wooden "straws" are dumped on the table and players try to remove them one-by-one witho ...
分类:
其他好文 时间:
2018-07-18 23:15:36
阅读次数:
175
Game of Connections Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 9128 Accepted: 4471 Description This is a small but ancient game. You a ...
分类:
其他好文 时间:
2018-07-16 21:43:48
阅读次数:
172
Genos recently installed the game Zuma on his phone. In Zuma there exists a line of n gemstones, the i-th of which has color ci. The goal of the game ...
分类:
其他好文 时间:
2018-07-16 21:09:21
阅读次数:
294
塔防游戏,类似于保卫萝卜的一种。 需要注意的是几点问题是: 游戏地图是瓦片地图,设置特定的标记,用来标记哪些点是地图点,哪些是塔点。 游戏关卡选择:需要在两个cpp文件传参,用的是静态成员变量。 每一关的不同点是地图的不一样,根据关卡使用不同地图,无需写重复的game1.cpp,game2.cpp。 ...
分类:
其他好文 时间:
2018-07-16 11:13:36
阅读次数:
174
Description 在树上挂几个环, 每一个环只与树有一个公共点 ,环与环之间无公共边,每次删掉一条边,把不与根节点相连的部分删除,不能操作者输,问是否先手必胜。 "题面" Solution 由于环是在叶子上的,所以这个环可以单独考虑 假设这个环是奇环,那么砍掉任意一条边之后,就会变成从叶子节点 ...
分类:
其他好文 时间:
2018-07-15 11:23:25
阅读次数:
209
"比赛链接" A.Game Shopping 这种题真是。。打开网页1min 读题3min 思考0min 写代码0.5min。。 cpp include include include define gc() getchar() const int N=1e3+5; int n,m,cost[N], ...
分类:
其他好文 时间:
2018-07-15 11:15:41
阅读次数:
160
一打开网址,可以看出应该是文件上传漏洞,查看源码,也有可能是文件包含 上传个图片,成功,然后上传一句话木马 通过bp进行上传绕过 , 开始菜刀连接http://e00b6eca3c9c4e14a31cf6ce409fab9006d33f25aeda472e.game.ichunqiu.com/upl ...
分类:
其他好文 时间:
2018-07-14 20:37:05
阅读次数:
959
" Portal bzoj2318 " Description Alice和Bob在玩一个游戏。有n个石子在这里,Alice和Bob轮流投掷硬币,如果正面朝上,则从n个石子中取出一个石子,否则不做任何事。取到最后一颗石子的人胜利。Alice在投掷硬币时有p的概率投掷出他想投的一面,同样,Bob有q的 ...
分类:
其他好文 时间:
2018-07-14 16:43:27
阅读次数:
198
Description Let’s play a stone removing game. Initially, n stones are arranged on a circle and numbered 1, …, n clockwise (Figure 1). You are also giv ...
分类:
其他好文 时间:
2018-07-14 00:52:35
阅读次数:
184