Boring Game
Time Limit: 8000/4000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)
Total Submission(s): 544 Accepted Submission(s): 91
Problem Description
Zero likes to pla...
分类:
其他好文 时间:
2014-09-03 18:10:47
阅读次数:
278
如果d[i]是必胜态,那么d[i + V[j]]一定是必败态,反之亦然。
用d[i]代表棋子为i个是否为必胜态。
边界条件是d[i] = 1;
14139291
10404
Bachet's Game
Accepted
C++
0.662
2014-09-03 09:44:48
#include
#include
...
分类:
其他好文 时间:
2014-09-03 18:10:17
阅读次数:
207
A microprocessor contains an address generation unit, including a segment block, for loadingdescriptordata and a segment selector in a segment registe...
分类:
移动开发 时间:
2014-09-03 00:17:25
阅读次数:
336
L - Parity game
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
Now and then you play the following game with your friend. Your f...
分类:
其他好文 时间:
2014-09-02 19:58:25
阅读次数:
263
纯模拟
http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1190
#include
int main()
{
//freopen("in.txt","r",stdin);
int k,i,a,b,sum1,sum2;
char x,y;
scanf("%d",&k);
...
分类:
其他好文 时间:
2014-09-02 17:55:24
阅读次数:
197
1.[图片]E6~0%QPA46ER843UQJ$0Z`H.jpg?2. [文件] snake.htmlThe snake game Your browser cannot support html5.
分类:
Web程序 时间:
2014-09-02 17:36:55
阅读次数:
334
———————————————————— [我们是谁?] ————————————————————[哔哩哔哩弹幕网] -简称 ["bilibili"][bilibili] 是一家以ACG(Animation、Comic、Game)为主题的娱乐站点。[bilibili] 目前有动画、音乐、游戏、娱乐、...
分类:
移动开发 时间:
2014-09-02 17:28:54
阅读次数:
216
题目大意:
给出一个序列,有两种操作,一种是计算l到r的和,另一种是让l到r的数全部和x做异或运算。
做法:
很显然直接暴力是不可能的(但是这题刚刚出来的时候,很多人用暴力水过去了,后来加强的数据吧),又是两种操作,又想到了线段树。。但是这并不简单,异或操作该怎么处理?
异或是一种位运算,如果x的第j位是1,那么说明l到r的每个数的第j位都要反转,(0^1=1,1^1=0),如果是0,那么...
分类:
其他好文 时间:
2014-09-02 15:56:35
阅读次数:
255
Locally vs. Dictionary Managed Tablespaces
整理自:http://www.orafaq.com/node/3.
When Oracleallocates space to a segment (like a table or index), a group of contiguousfree blocks, called an extent,...
分类:
数据库 时间:
2014-09-02 14:14:04
阅读次数:
360
Problem Description
After repeated attempts, LL finds the greedy strategy is very awful in practice. Even there is no apparent evidence to proof it is better than a random one. So he has to drop th...
分类:
其他好文 时间:
2014-09-02 12:29:04
阅读次数:
226