自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 HDU 5083 Instruction &&Bestcoder round#15 1002

好大的模拟啊,坑点太多了

2014-10-25 22:27:16 590

原创 Poj 3699 Meteor Shower

第一道题的代码进入poj的前40,

2014-10-22 22:16:10 684

原创 Codeforces 478B Random Teams

简单贪心,最多的情况就是把n-m

2014-10-22 22:12:10 648

原创 HDU 2955 Robberies

似懂非懂的0-1背包变种,保存的状态shi

2014-10-13 23:02:27 499

原创 记湖南省第十届程序设计竞赛

先开一贴,de

2014-10-12 22:16:05 787

原创 HDU 1869 六度分离(Floyd)

#include #include #include #include using namespace std; #define INF 10000000 int n,m; int a[105][105]; void warashall_floyd(){ for(int k=0;k<n;k++){ for(int i=0;i<n;i++){ for(int j=0;j<n;j+

2014-10-06 21:00:50 568

原创 HDU 1203 I NEED A OFFER!(比较有趣的0-1背包)

#include #include #include #include using namespace std; struct node { int money; double possibility; }a[10005]; double dp[10005]; int main(){ int n,m; while(scanf("%d%d",&n,&m)==2&&(m||n)){

2014-10-06 20:27:19 586

原创 HDU 1251 统计难题

纯属拿来练字典树模板的

2014-10-06 09:03:39 498

原创 HDU 2546 饭卡(0-1背包)

Sblity,居然没想到这道题中的

2014-10-02 09:03:30 597

原创 poj 1035

Spell checker Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 19298   Accepted: 7053 Description You, as a member of a development team for a new spell check

2014-10-01 14:46:20 527

统计学习方法

统计学习方法,好书.pdf

2016-01-14

空空如也

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

TA关注的人

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