自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 收藏
  • 关注

转载 poj日记(2632)

DescriptionIn a modernized warehouse, robots are used to fetch the goods. Careful planning is needed to ensure that the robots reach their destinations without crashing into each other. Of course,

2017-12-21 20:30:37 183

转载 poj日记(1860)

DescriptionSeveral currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and performs exchange operations only with these curren

2017-12-19 09:46:52 222

转载 poj日记(1936)

DescriptionYou have devised a new encryption technique which encodes a message by inserting between its characters randomly generated strings in a clever way. Because of pending patent issues we w

2017-12-16 21:06:20 161

转载 正则表达式入门

目录跳过目录本文目标如何使用本教程正则表达式到底是什么东西?入门测试正则表达式元字符字符转义重复字符类分枝条件反义分组后向引用零宽断言负向零宽断言注释贪婪与懒惰处理选项平衡组/递归匹配还有些什么东西没提到联系作者网上的资源及本文参考文献更新纪录本文目标30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它。如何使用本教

2017-12-14 22:06:23 134

原创 poj日记(1207)

DescriptionProblems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive). In this problem you will be analyzing a property of an a

2017-12-14 14:40:08 150

转载 poj二叉树

转自:http://www.cnblogs.com/danscarlett/p/5649940.html描述如上图所示,由正整数1, 2, 3, ...组成了一棵无限大的二叉树。从某一个结点到根结点(编号是1的结点)都有一条唯一的路径,比如从10到根结点的路径是(10, 5, 2, 1),从4到根结点的路径是(4, 2, 1),从根结点1到根结点的路径上只包

2017-12-13 09:46:21 295

转载 poj日记(3295)

转载:https://www.cnblogs.com/kuangbin/archive/2012/08/13/2636855.htmlDescriptionWFF 'N PROOF is a logic game played with dice. Each die has six faces representing some subset of the possible sym

2017-12-10 17:12:01 185

原创 poj日记(2586)java

DescriptionAccounting for Computer Machinists (ACM) has sufferred from the Y2K bug and lost some vital data for preparing annual report for MS Inc. All what they remember is that MS Inc. posted

2017-12-09 14:56:22 250

转载 poj日记(1222)

import java.util.Scanner; public class Main{ /*解题思路 * * 1.时钟的状态只有四种(分别对应0.1.2.3),那么顺时针旋转90° * 就是clock_time = (clock_time+1)%4,九个时钟就用一个 * 数组表示它们的状态。 * 2.同时每

2017-12-07 10:17:25 124

原创 poj日记(1017)——贪心算法

DescriptionA factory produces products packed in square packets of the same height h and of the sizes 1*1, 2*2, 3*3, 4*4, 5*5, 6*6. These products are always delivered to customers in the square p

2017-12-05 20:08:56 262

转载 poj日记(1328)

Radar InstallationTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 80210 Accepted: 17922DescriptionAssume the coasting is an infinite straight line. La

2017-12-04 10:22:05 141

原创 poj日记(2965)java

DescriptionThe game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator.There are 16 handles on the refrigerator door. Every handle can

2017-12-02 19:51:29 279

原创 poj日记(1005)

DescriptionFred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that the state of Louisiana is actually shrinkin

2017-11-30 11:06:04 804

转载 poj日记(3299)

这几天刚上手刷poj的题,先尝试一些简单题,今天3299DescriptionAdapted from Wikipedia, the free encyclopediaThe humidex is a measurement used by Canadian meteorologists to reflect the combined effect of heat and

2017-11-29 10:05:57 321

原创 poj日记(1004)

import java.util.Scanner;/** * Created by mxcsky on 2015/1/25. */public class POJ1004 { public static void main(String[] args){ Scanner in = new Scanner(System.in); double sum

2017-11-27 16:23:38 213

原创 poj日记(1003)

DescriptionHow far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We're assuming that the cards must be perpendicul

2017-11-26 20:13:42 238

转载 poj日记(1753)

[java] view plain copyimport java.util.Scanner;     public class Main{    static  intsteps=Integer.MAX_VALUE;   //(x,y)坐标合起来就是中心点及上下左右坐标啦!       static  int[] dx={0,0,0,1,-1}

2017-11-25 21:44:02 166

原创 poj日记(1001)

DescriptionProblems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many co

2017-11-24 11:03:55 284

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除