题目连接http://acm.hdu.edu.cn/showproblem.php?pid=1162Eddy's pictureDescriptionEddy begins to like painting pictures recently ,he is sure of himself to be...
分类:
其他好文 时间:
2015-09-08 20:11:58
阅读次数:
210
Problem Description:A triangle field is numbered with successive integers in the way shown on the picture below.The traveller needs to go from the cel...
分类:
其他好文 时间:
2015-09-08 00:21:08
阅读次数:
147
Find a non-public function signature, we need a tool "IDA Pro"( You can open picture in a new window :D )Step 1Load your PE file in IDAStep 2Find your...
分类:
Web程序 时间:
2015-09-06 21:32:56
阅读次数:
235
链接:http://acm.hdu.edu.cn/showproblem.php?pid=1162Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8...
分类:
其他好文 时间:
2015-09-05 15:03:50
阅读次数:
183
最小生成树裸题,没有初始化都能AC,看来测试数据只有一组
#include
#include
#include
#include
#define inf 1<<30
#define maxn 105
using namespace std;
struct stu
{
double x,y;
};
stu mapp[maxn];
int n;
vectorroot[maxn];
double...
分类:
其他好文 时间:
2015-08-26 01:54:00
阅读次数:
170
直接在Code。在 Picture#include #include using namespace std;// STL在迭代的过程中,删除指定的元素int main(){ list listTest; listTest.push_back(-1); listTest.push_back(-1);...
分类:
其他好文 时间:
2015-08-25 20:53:26
阅读次数:
138
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3347
Picture Handling
Time Limit: 1 Second
Memory Limit: 32768 KB
Xiaoyao likes to play with pictures very much. When he ...
分类:
其他好文 时间:
2015-08-21 15:39:36
阅读次数:
193
你们肯定要说:No picture u say a jb!!!--- 那就先上图吧 总结,本篇是要介绍博主的一个刷星星(闪存里面的)的脚本,用于挂机刷星星。在七夕就是刷的玫瑰,所以绝不是标题党,就让我带大家一起刷星星吧!一、 发送消息看请求并自己模拟发送 $.pos...
分类:
其他好文 时间:
2015-08-21 01:44:01
阅读次数:
170
Description
Christmas is coming to KCM city. Suby the loyal civilian in KCM city is preparing a big neat Christmas tree. The simple structure of the tree is shown in right picture.
The tree can be...
分类:
其他好文 时间:
2015-08-19 20:48:54
阅读次数:
123
//cut a picture#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include ...
分类:
系统相关 时间:
2015-08-17 23:36:43
阅读次数:
190