自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 red and black

B - Red and Black Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit   Status Description There is a rectangular room, covered with square tiles. Each tile is co

2015-04-10 21:25:29 240

原创 pots

A - Pots Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u SubmitStatus Description You are given two pots, having the volume of A and B liters respectively. The followin

2015-04-10 21:17:04 332

原创 More is better---并查集实践

More is better Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 327680/102400 K (Java/Others) Total Submission(s): 16248    Accepted Submission(s): 5978 Problem Description Mr Wang

2015-01-27 09:48:04 259

原创 小希的迷宫---并查集实践

小希的迷宫 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 28862    Accepted Submission(s): 8908 Problem Description 上次Gardon的迷宫城堡小希玩了很久

2015-01-27 09:30:50 321

原创 UVA---458解码器

Write a complete program that will correctly decode a set of characters into a valid message. Your program should read a given file of a simple coded set of characters and print the  exact message tha

2014-11-02 16:23:37 347

原创 动态规划---最长公共子序列

动态规划---最长公共子序列 1.分析最优解的结构 设有X={x1,x2,x3,...,xm}以及Y={y1,y2,y3,...,yn}两个序列,求他们的最长公共子序列。 首先考虑穷搜索法,则发现需要指数时间。这是一种极浪费时间的一种做法。 然后考虑动态规划,设他们的最长公共子序列为Z={z1,z2,z3,...,zk}该问题的最优子结构性质是: (1)若xm=yn,则zk=xm

2014-09-11 23:38:36 359

原创 博弈初接触---Brave Game

问题描述:

2014-09-01 22:36:30 245

空空如也

空空如也

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

TA关注的人

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