自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

cq_phqg

心中的坚持与不懈的努力,梦想就在前方!

  • 博客(27)
  • 收藏
  • 关注

原创 2014鞍山现场赛C题HDU5072(素筛+容斥原理)

CoprimeTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 130    Accepted Submission(s): 59Problem DescriptionThere are n people

2014-10-23 16:36:49 902

原创 2014鞍山现场赛H题HDU5077(DFS减枝+打表)

NANDTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 65    Accepted Submission(s): 14Problem DescriptionXiaoqiang entered the “

2014-10-23 10:03:33 1336 1

原创 2014鞍山现场赛 HDU5071(模拟)

ChatTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 88    Accepted Submission(s): 17Problem DescriptionAs everyone knows, DRD

2014-10-22 17:53:16 1251

原创 HDU1695(容斥原理)

GCDTime Limit: 6000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6017    Accepted Submission(s): 2203Problem DescriptionGiven 5 integers: a, b

2014-10-22 01:07:15 860

原创 BZOJ1003(最短路+DP)

1003: [ZJOI2006]物流运输transTime Limit: 10 Sec  Memory Limit: 162 MBSubmit: 3479  Solved: 1416[Submit][Status]Description物流公司要把一批货物从码头A运到码头B。由于货物量比较大,需要n天才能运完。货物运输过程中一般要转停好几个码头。物流公司通常会设计一条固定的

2014-10-14 00:26:58 809

原创 Codeforces Round #272 (Div. 1)D(字符串DP)

D. Dreamoon and Binarytime limit per test2 secondsmemory limit per test512 megabytesinputstandard inputoutputstandard outputDreamoon saw a large integer x writt

2014-10-14 00:16:05 1184 1

原创 Codeforces Round #272 (Div. 1)C(字符串DP)

C. Dreamoon and Stringstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputDreamoon has a string s and a patter

2014-10-13 12:40:49 975

原创 2014牡丹江区域赛B(树的直径)ZOJ3820

Building Fire StationsTime Limit: 5 Seconds      Memory Limit: 131072 KB      Special JudgeMarjar University is a beautiful and peaceful place. There are N buildings and N - 1 bidirectional ro

2014-10-13 01:10:31 1097 4

原创 2014牡丹江区域赛K(贪心)ZOJ3829

Known NotationTime Limit: 2 Seconds      Memory Limit: 131072 KBDo you know reverse Polish notation (RPN)? It is a known notation in the area of mathematics and computer science. It is also kn

2014-10-13 01:00:42 767

原创 2014牡丹江区域赛H(字典树)ZOJ3826

Hierarchical NotationTime Limit: 2 Seconds      Memory Limit: 131072 KBIn Marjar University, students in College of Computer Science will learn EON (Edward Object Notation), which is a hierarc

2014-10-13 00:54:18 1397

原创 2014牡丹江区域赛D(概率DP)ZOJ3822

DominationTime Limit: 8 Seconds      Memory Limit: 131072 KB      Special JudgeEdward is the headmaster of Marjar University. He is enthusiastic about chess and often plays chess with his frie

2014-10-13 00:42:46 716

原创 Codeforces Round #272 (Div. 1)B(构造)

B. Dreamoon and Setstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputDreamoon likes to play with sets, integ

2014-10-13 00:39:49 1254

原创 BestCoder Round #13 1003(单调性DP)HDU5064

Find SequenceTime Limit: 5000/3000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 68    Accepted Submission(s): 12Problem DescriptionGive you an po

2014-10-12 00:25:04 815

原创 Codeforces Round #270 F(高斯消元+XOR)

F. Design Tutorial: Change the Goaltime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputThere are some tasks wh

2014-10-11 00:28:38 824

原创 BZOJ1002(找规律+大数)

1002: [FJOI2007]轮状病毒Time Limit: 1 Sec  Memory Limit: 162 MBSubmit: 2427  Solved: 1333[Submit][Status]Description给定n(NInput第一行有1个正整数n。Output将编程计算出的不同的n轮状病毒数输出Sample In

2014-10-11 00:20:46 938

原创 BZOJ1001(对偶图+最短路)

1001: [BeiJing2006]狼抓兔子Time Limit: 15 Sec  Memory Limit: 162 MBSubmit: 10398  Solved: 2376[Submit][Status]Description现在小朋友们最喜欢的"喜羊羊与灰太狼",话说灰太狼抓羊不到,但抓兔子还是比较在行的,而且现在的兔子还比较笨,它们只有两个窝,现在你做为狼王,面

2014-10-11 00:09:10 825

原创 ASC(1)E(矩阵快速幂+简单DP)

Nice Patterns Strike BackTime Limit: 20000/10000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)SubmitStatisticNext ProblemProblem Description      You might have noticed t

2014-10-10 00:59:00 911

原创 2014多校5(1008)HDU4918(点分治)

Query on the subtreeTime Limit: 16000/8000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 384    Accepted Submission(s): 133Problem Descriptionbobo

2014-10-09 20:35:12 1071

原创 Bayan 2015 Contest Warm Up E题(双连通分量缩点+DP计数)

E. Strongly Connected City 2time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputImagine a city with n junction

2014-10-08 18:30:45 1176

原创 Bayan 2015 Contest Warm Up C题(DP+模拟)

C. Kamal-ol-molk's Paintingtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputRumors say that one of Kamal-ol

2014-10-07 23:18:48 760

原创 Bayan 2015 Contest Warm Up D题(GCD)

D. CGCDSSQtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputGiven a sequence of integers a1, ..., an and q q

2014-10-06 00:52:25 1405

原创 ASC(22)H(大数+推公式)

High Speed TrainsTime Limit: 4000/2000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)SubmitStatisticNext ProblemProblem Description      The kingdom of Flatland has n citi

2014-10-05 02:12:17 1191

原创 ASC(22)C(最短路+双连通分量找桥或拓扑排序)

Important RoadsSpecial JudgeTime Limit: 20000/10000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)SubmitStatisticNext ProblemProblem Description      The city where Geor

2014-10-05 01:46:24 1507

原创 ASC(2)A(大数+图论DP)

Non Absorbing DFATime Limit: 10000/5000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)SubmitStatisticNext ProblemProblem Description      In the theory of compilers and la

2014-10-04 00:39:08 1066

原创 ASC(21)A(二分图最大匹配)

A - Graph GameTime Limit: 6000/3000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others)SubmitStatusProblem Description      Nick and Peter like to play the following game when a

2014-10-02 21:55:58 840

原创 ASC(1)G(最长上升子序列)

G - Beautiful PeopleTime Limit: 10000/5000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others)     Special JudgeSubmitStatusProblem Description      The most prestigious sport

2014-10-02 01:17:01 934

原创 ASC(1)C(树形DP)

New Year Bonus GrantSpecial JudgeTime Limit: 6000/3000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)SubmitStatisticNext ProblemProblem Description      All programmers

2014-10-02 01:07:04 861

空空如也

空空如也

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

TA关注的人

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