自定义博客皮肤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)
  • 资源 (1)
  • 收藏
  • 关注

原创 Poj 2371--Questions and answers(QSort)

题目:http://poj.org/problem?id=2371题意:先输入N个数,再输入K个数,问这K个数Ki,问N个数中第Ki个数是什么;思路:先排序,好久没写快排了,复习复习源代码:(47MS)#includeusing namespace std;const int MAX_N=100005;int a[MAX_N];int n;int

2012-04-19 16:05:29 639

原创 POJ 2752--Seek the Name, Seek the Fame (next)

Seek the Name, Seek the FameTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 7484 Accepted: 3520DescriptionThe little cat is so famous, that many couples

2012-04-19 10:06:54 624

原创 POJ 1639:Picnic Planning(最小度限制生成树)

Picnic PlanningTime Limit: 5000MS Memory Limit: 10000KTotal Submissions: 7356 Accepted: 2555DescriptionThe Contortion Brothers are a famous set of circus clowns

2012-04-18 12:34:18 1042

原创 POJ 1094:Sorting It All Out(拓扑排序+传递闭包)

Sorting It All OutTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 19834 Accepted: 6784DescriptionAn ascending sorted sequence of distinct values is on

2012-04-15 15:27:58 790

原创 POJ 3026--Borg Maze (BFS+Prim)

Borg MazeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 5258 Accepted: 1756DescriptionThe Borg is an immensely powerful race of enhanced humanoids from t

2012-04-15 12:27:15 963

原创 POJ 2031:Building a Space Station (Prim)

Building a Space StationTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 2516 Accepted: 1330DescriptionYou are a member of the space station engineering te

2012-04-13 23:20:07 677

原创 POJ 1860:Currency Exchange(Bellman_Ford算法)

Currency ExchangeTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 12217 Accepted: 4120DescriptionSeveral currency exchange points are working in our ci

2012-04-13 19:21:12 2829 1

2-SAT解法浅析 赵爽

2-SAT解法浅析 赵爽 <<2-SAT解法浅析>>教你如何构造可行解

2011-05-01

空空如也

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

TA关注的人

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