自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 HDU 4704 Sum 【隔板原理+费马小定理+快速幂】

Sum Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 2745    Accepted Submission(s): 1143 Problem Description   Sample

2017-06-30 17:09:35 307

原创 POJ 3320 Jessica's Reading Problem 【尺取法】

Jessica's Reading Problem Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12457   Accepted: 4243 Description Jessica's a very lovely girl wooed by lots of

2017-06-29 16:58:29 272

原创 POJ 3061Subsequence 【尺取法】

Subsequence Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 14853   Accepted: 6283 Description A sequence of N positive integers (10 < N < 100 000), each o

2017-06-29 16:40:01 224

原创 HDU 1808 Halloween treats【抽屉原理】

Halloween treats Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 895    Accepted Submission(s): 355 Special Judge Problem Description

2017-06-29 15:49:11 430

原创 HDU 1796 How many integers can you find【容斥原理】

How many integers can you find Time Limit : 12000/5000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 96   Accepted Submission(s) : 31 Font: Times New Roman |

2017-06-28 14:49:27 243

原创 问题想法集合【】

二分: ①左右端点初始化为不满足的值; ②据说此写法不会出错 while(ub>=lb){ int mid=(ub+lb)/2; if(ok(mid)){ ub=mid-1; ans=mid; } else lb=mid+1; }

2017-06-28 11:23:46 232

原创 POJ - 3273 Monthly Expense 【二分:】

Monthly Expense Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 26423   Accepted: 10162 Description Farmer John is an astounding accounting wizard and has

2017-06-27 16:51:10 311

原创 POJ 3258 River Hopscotch【二分:最大化最小值】

Language: Default River Hopscotch Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 13769   Accepted: 5855 Description Every year the cows hold an event fe

2017-06-27 15:02:41 380

原创 POJ 3111 K Best 【二分:最大化平均值】

K Best Time Limit: 8000MS   Memory Limit: 65536K Total Submissions: 10371   Accepted: 2672 Case Time Limit: 2000MS   Special Judge Description Demy has n jewel

2017-06-27 11:25:16 357

原创 POJ 2976 Dropping tests 【二分:最大化平均值】

Dropping tests Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12352   Accepted: 4318 Description In a certain course, you take n tests. If you get ai out

2017-06-27 10:55:40 318

原创 POJ 2456 Aggressive cows【二分:最大化最小值】

Aggressive cows Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 14220   Accepted: 6887 Description Farmer John has built a new long barn, with N (2 His

2017-06-26 15:51:57 387

原创 POJ 1064 Cable master【二分】

Cable master Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 46202   Accepted: 9875 Description Inhabitants of the Wonderland have decided to hold a region

2017-06-26 13:29:33 272

空空如也

空空如也

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

TA关注的人

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