Frogger Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 56003 Accepted: 17617 Description Freddy Frog is sitting on a stone in the middle o ...
分类:
其他好文 时间:
2018-05-23 13:49:47
阅读次数:
219
时间限制: 2 Sec 内存限制: 128 MB 提交: 70 解决: 17 [提交][状态][讨论版][命题人:admin] 题目描述 Alice and Bob are playing a stone game. There are n piles of stones. In each turn ...
分类:
其他好文 时间:
2018-05-19 17:06:23
阅读次数:
185
题解 想去学习一下博弈论的SG函数 不过貌似这道题就是猜结论并且证明 题意是,随便选择一堆石子,扔掉至少一个,然后从扔石子的这堆里选择任意多(可以不选)放到其他任意多的未选择完的石堆里 一堆石子,先手必胜 两堆石子,如果两堆石子相同,那么后手必胜,先手一定会使两堆不同,那么后手把两堆恢复相同,最后先 ...
分类:
其他好文 时间:
2018-05-15 11:12:04
阅读次数:
147
Alice and Bob are playing a stone game. There are n piles of stones. In each turn, a player can remove some stones from a pile (the number must be pos ...
分类:
其他好文 时间:
2018-05-12 15:07:58
阅读次数:
645
题目连接:http://poj.org/problem?id=2253 Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitti ...
分类:
其他好文 时间:
2018-04-05 21:01:23
阅读次数:
159
简介 算法导论第四章介绍过使用分治法求最大子数组问题,其基本思想就是把一个数组分成三部分,a[0:n/2],a[n/2+1:n],a[j:k] (其中0 include "gtest/gtest.h" using namespace std; / 功能函数 @author Stone version ...
分类:
编程语言 时间:
2018-03-29 22:36:48
阅读次数:
356
Problem You have a number of stones with known weights w 1, …, wn. Write a program that will rearrange the stones into two piles such that weight diff ...
分类:
其他好文 时间:
2018-03-17 10:50:47
阅读次数:
149
题目描述 A 公司正在举办一个智力双人游戏比赛 取石子游戏,游戏的获胜者将会获得 A 公司提供的丰厚奖金,因此吸引了来自全国各地的许多聪明的选手前来参加比赛。 与经典的取石子游戏相比,A公司举办的这次比赛的取石子游戏规则复杂了很多: l 总共有N堆石子依次排成一行,第i堆石子有 ai个石子。 l 开 ...
分类:
其他好文 时间:
2018-03-13 12:10:57
阅读次数:
228
You're given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in Sis a type of stone ...
分类:
其他好文 时间:
2018-02-26 21:54:08
阅读次数:
166
【BZOJ2138】stone Description 话说Nan在海边等人,预计还要等上M分钟。为了打发时间,他玩起了石子。Nan搬来了N堆石子,编号为1到N,每堆包含Ai颗石子。每1分钟,Nan会在编号在[Li,Ri]之间的石堆中挑出任意Ki颗扔向大海(好疼的玩法),如果[Li,Ri]剩下石子不 ...
分类:
其他好文 时间:
2018-02-25 14:30:59
阅读次数:
258