自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 啥时候开始都不晚。

我会一直努力的,在我喜欢的领域,也将会是我擅长的领域,就是这样。

2015-04-21 21:31:12 277

原创 ...

#include#include#include#includeusing namespace std;#define ll long longint T;int m;char s[30];int date[7];int a[10]={6, 1, 5, 5, 4, 5, 6, 3, 7, 6};ll ans;int fun(){ date[2]+=1; i

2015-07-18 18:17:26 298

翻译 Announce of Looksery Cup 2015-B. Looksery Party

B. Looksery Partytime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe Looksery company, consisting of n staf

2015-06-11 09:04:07 565

原创 uva-1151-Buy or Build-二进制枚举子集,并查集,最小生成树,kruskal

A - Buy or BuildTime Limit:3000MS    Memory Limit:0KB    64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 1151Appoint description:DescriptionWorld Wide Networks (WWN) is a lead

2015-05-21 15:15:42 715

原创 uva-1395-Slim Span-最小生成树,并查集,Kruskal

O - Slim SpanTime Limit:3000MS    Memory Limit:0KB    64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 1395Appoint description:DescriptionGiven an undirected weighted graph G ,

2015-05-20 19:01:09 298

原创 uva-10820-Send a Table 欧拉函数,筛法求欧拉函数

G - Send a TableTime Limit:3000MS    Memory Limit:0KB     64bit IO Format:%lld & %lluSubmit Status Practice UVA 10820 Appoint description: DescriptionProblem ASend a Table

2015-05-19 20:49:59 286

原创 uva-1635-Irrelevant Elements-唯一分解定理,组合数

F - Irrelevant ElementsTime Limit:3000MS    Memory Limit:0KB    64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 1635Appoint description:Description Young cryptoanalyst Georgie

2015-05-19 20:19:02 431

原创 uva-12169&&hdu-2769-Disgruntled Judge 扩展欧几里得,模线性方程

Disgruntled JudgeTime Limit:3000MS    Memory Limit:0KB    64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 12169Appoint description:DescriptionOnce upon a time, there was an nwerc

2015-05-14 14:56:58 362

原创 uva-11212 - Editing a Book 状态空间搜索,IDA*

Problem EEditing a BookYou have n equal-length paragraphs numbered 1 to n. Now you want to arrange them in the order of 1, 2, ...,n. With the help of a clipboard, you can easily do this: Ctr

2015-05-10 15:35:09 280

原创 hdu-1671-Phone List Trie树

Phone ListTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12403    Accepted Submission(s): 4207Problem DescriptionGiven a list of

2015-05-10 10:03:28 275

原创 Codeforces Round #300 A, B(背包dp), ..解题报告

A - Cutting BannerTime Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64uSubmit StatusDescriptionA large banner with word CODEFORCES was ordered for the 1000-

2015-04-28 17:22:24 442

原创 HDU-3555-Bomb-数位dp

BombTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/65536 K (Java/Others)Total Submission(s): 9396    Accepted Submission(s): 3314Problem DescriptionThe counter-terroris

2015-04-25 12:46:55 277

原创 hdu-2089-不要62-数位dp

hdu-2089不要62Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 23952    Accepted Submission(s): 8200Problem Description杭州人称那些

2015-04-23 22:03:52 356

原创 uva-1594 - Ducci Sequence c++, stl练习,map

题目点我1594 - Ducci SequenceTime limit: 3.000 seconds A Ducci sequence is a sequence of n-tuples of integers. Given ann-tuple of integers (a1,a2, ..., an), the nextn-tuple in the sequence i

2015-04-21 21:26:43 544

原创 uva- 1593 - Alignment of Code c++,stl练习

题目点我1593 - Alignment of CodeTime limit: 3.000 seconds You are working in a team that writes Incredibly Customizable Programming Codewriter (ICPC) which is basically a text editor with be

2015-04-21 21:24:18 461

原创 poj-1840-Eqs 哈希(hash)

题目点我EqsTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 13400 Accepted: 6579DescriptionConsider equations having the following form: a1x13+ a2x

2015-04-20 12:14:58 394

原创 poj-1836-Alignment解题报告 LIS

题目点我AlignmentTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 13887 Accepted: 4493DescriptionIn the army, a platoon is composed by n soldiers. During

2015-04-14 21:54:03 282

原创 lightoj-1422 - Halloween Costumes 解题报告 区间dp

题目点我1422 - Halloween Costumes PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Gappu has a very busy weekend ahead of him. Because, next weekend is Hallow

2015-04-14 18:25:31 360

原创 hdu-3127-WHUgirls解题报告

hdu-3127 题目点我WHUgirlsTime Limit: 3000/2000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 2260    Accepted Submission(s): 856Problem Description

2015-04-12 20:25:26 298

原创 poj 1947 Rebuilding Roads解题报告

题目点我Rebuilding RoadsTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 9582 Accepted: 4364DescriptionThe cows have reconstructed Farmer John's farm, wi

2015-04-11 20:05:58 400

空空如也

空空如也

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

TA关注的人

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