DescriptionWhile visiting a traveling fun fair you suddenly have an urge to break the high score in the Whac-a-Mole game. The goal of the Whac-a-Mole ...
分类:
其他好文 时间:
2015-07-21 12:15:58
阅读次数:
99
题目链接:点击打开链接
题目大意:砸地鼠游戏,n*n的方格,锤子每次最多移动d,地鼠在t时刻出现在(x,y)时间,维持一个单位时间,不会在同一时间同一位置出现两只老鼠,锤子可以砸经过的地鼠,问最多可以砸多少地鼠。(初始锤子可以在任意位置)
dp[t][i][j]:t时刻在锤子在(i,j)位置时能砸到的最多的地鼠个数
状态转移方程:因为锤子最多移动d,所以枚举(x-d,y-d)到(x+d,y+...
分类:
其他好文 时间:
2015-07-20 21:36:35
阅读次数:
119
作者:Fly2015
这个程序是吾爱破解脱壳练习第8期的加壳程序,该程序的壳是MoleBox V2.6.5壳,之前也碰过该种壳但是这个程序似乎要复杂一点。
首先对加壳程序进行侦壳处理。
Exeinfo PE侦壳的结果:
DIE侦壳的结果,很显然DIE告诉我们被加壳程序的源程序使用Delphi编写的,这个比较有用,对于我们找到程序的真实OEP很有帮助作用。
O...
分类:
其他好文 时间:
2015-07-13 10:20:34
阅读次数:
334
An organic compound is any member of a large class of chemical compounds whose molecules contain carbon. The molar mass of an organic compound is the mass of one mole of the organic compound. The molar...
分类:
其他好文 时间:
2015-06-19 10:39:58
阅读次数:
145
在上篇博客中,简单整理了一下Unity Native 2D功能:《C#程序员整理的Unity 3D笔记(十九):Unity 3D的Native 2D》. 本文开始学习2D商用比较广泛的2D Toolkit插件....
分类:
编程语言 时间:
2015-05-27 14:01:52
阅读次数:
292
问题描述:
An organic compound is any member of a large class of chemical compounds whose molecules contain carbon. The
molar mass of an organic compound is the mass of one mole of the organic compound...
分类:
其他好文 时间:
2015-04-13 19:01:49
阅读次数:
149
题意:给出一组数字,得到区间[1,a1],[a1+1,a1+a2],[a1+a2+1,a1+a2+a3].....再给出一组数字,求这些数字属于第几个区间注意:记得数组开大,容易超时DescriptionIt is lunch time for Mole. His friend, Marmot, p...
分类:
其他好文 时间:
2015-02-12 20:02:19
阅读次数:
239
It is lunch time for Mole. His friend, Marmot, prepared him a nice game for lunch.
Marmot brought Mole n ordered piles of worms such that i-th
pile contains ai worms.
He labeled all these worms...
分类:
其他好文 时间:
2014-10-11 23:58:16
阅读次数:
361
Our good friend Mole is trying to code a big message. He is typing on an unusual keyboard with characters arranged in following way:
qwertyuiop
asdfghjkl;
zxcvbnm,./
Unfortunately Mole is blind, ...
分类:
其他好文 时间:
2014-10-10 02:36:33
阅读次数:
315
We saw the little game Marmot made for Mole's lunch. Now it's Marmot's dinner time and, as we all know, Marmot eats flowers. At every dinner he eats some red and white flowers. Therefore a dinner can...
分类:
其他好文 时间:
2014-10-08 16:47:45
阅读次数:
229