题意:珠宝大盗Arsen Lupin偷珠宝。在展厅内,每颗珠宝有个一个坐标为(xi,yi)和颜色ci。Arsen Lupin发明了一种设备,可以抓取平行x轴的一条线段下的所有珠宝而不触发警报,唯一的限制是抓取的珠宝不能不能有所有的m种颜色。询问能抓取的最大珠宝数量。分析:要决策的东西有两个,一是这条...
分类:
其他好文 时间:
2015-12-16 09:28:37
阅读次数:
179
Problem Description
One day, Harry got a magical box. The box is made of n*m grids. There are sparking jewel in some grids. But the top and bottom of the box is locked by amazing magic, so Harry ca...
分类:
其他好文 时间:
2015-01-04 23:04:13
阅读次数:
315
JewelTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 985Accepted Submission(s): 247Problem Descri...
分类:
其他好文 时间:
2014-11-28 21:17:32
阅读次数:
332
Problem Description
Tom has a necklace with n jewels. There is a number on each jewel. Now Tom wants to select a wonderful chain from the necklace. A chain will be regarded wonderful if the wonderf...
分类:
其他好文 时间:
2014-11-11 22:49:33
阅读次数:
244
ignore_user_abort();//关掉浏览器,PHP脚本也可以继续执行.set_time_limit(0);// 通过set_time_limit(0)可以让程序无限制的执行下去$interval=60*30;// 每隔半小时运行do{ //这里是你要执行的代码 slee...
分类:
Web程序 时间:
2014-09-25 23:57:37
阅读次数:
224