自定义博客皮肤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 285

原创 ...

#include #include #include #include using namespace std; #define ll long long int 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 325

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

B. Looksery Party time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output The Looksery company, consisting of n staf

2015-06-11 09:04:07 594

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

A - Buy or Build Time Limit:3000MS    Memory Limit:0KB    64bit IO Format:%lld & %llu SubmitStatusPracticeUVA 1151 Appoint description: Description World Wide Networks (WWN) is a lead

2015-05-21 15:15:42 746

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

O - Slim Span Time Limit:3000MS    Memory Limit:0KB    64bit IO Format:%lld & %llu SubmitStatusPracticeUVA 1395 Appoint description: Description Given an undirected weighted graph G ,

2015-05-20 19:01:09 310

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

G - Send a Table Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Practice UVA 10820 Appoint description: Description Problem A Send a Table

2015-05-19 20:49:59 292

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

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

2015-05-19 20:19:02 440

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

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

2015-05-14 14:56:58 370

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

 Problem E Editing a Book You 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 288

原创 hdu-1671-Phone List Trie树

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

2015-05-10 10:03:28 283

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

A - Cutting Banner Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status Description A large banner with word CODEFORCES was ordered for the 1000-

2015-04-28 17:22:24 452

原创 HDU-3555-Bomb-数位dp

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

2015-04-25 12:46:55 285

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

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

2015-04-23 22:03:52 385

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

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

2015-04-21 21:26:43 553

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

题目点我 1593 - Alignment of Code Time 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 486

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

题目点我 Eqs Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 13400   Accepted: 6579 Description Consider equations having the following form: a1x13+ a2x

2015-04-20 12:14:58 404

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

 题目点我 Alignment Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 13887   Accepted: 4493 Description In the army, a platoon is composed by n soldiers. During

2015-04-14 21:54:03 288

原创 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 368

原创 hdu-3127-WHUgirls解题报告

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

2015-04-12 20:25:26 310

原创 poj 1947 Rebuilding Roads解题报告

题目点我 Rebuilding Roads Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 9582   Accepted: 4364 Description The cows have reconstructed Farmer John's farm, wi

2015-04-11 20:05:58 426

空空如也

空空如也

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

TA关注的人

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