自定义博客皮肤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)
  • 收藏
  • 关注

原创 UVA - 246

用vector > 模拟,set > >

2014-08-29 10:50:59 612

原创 UVA - 1213

分析:以d[ i ][ j ] 表示数i分解为j个素数的所有放大

2014-08-21 18:07:01 1439

原创 UVA - 815 Flooded

只需要对所有的单位square升序排序,从第一个开始往上添水ji

2014-08-21 14:15:43 1253

原创 UVA-12657 Box in line

本题由于用普通数组时间耗费太大,又考虑到zuoyou

2014-08-21 13:52:27 876

原创 uva 1592

#include #include #include #include #include #define INF 10000000using namespace std;typedef long long LL;map idcache;vector setcache;int ID(string& str){if(idcache.count(str)) return idca

2014-08-21 10:25:33 860

原创 HDU 3848

D - CC On The TreeTime Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 3848DescriptionCC lives on the tree which has N nodes.On

2014-08-20 15:48:12 608

转载 3xian的acm

ACMer:3xian (2012-03-20 22:30:41)转载▼标签: 杂谈 简历:俗名戴维,广东工业大学2007级计算机学院本科生,目前实习于杭州阿里云,以其飘逸的柔性字符串匹配与自创图灵树而闻名于ACM界,与hhanger互为师父。曾在其Blog作文抨击国内ACM浮躁之风气,推崇思维型的学习,从而影

2014-08-05 16:20:40 1687

原创 SPOJ 1023. Arranging Dominoes

1023. Arranging DominoesProblem code: ADOMINODominoes have long entertained both game enthusiasts and programmers for quite some time. Many games can be played with dominoes, i

2014-08-03 19:32:35 746

原创 POJ 2376

DescriptionFarmer John is assigning some of his N (1 <= N <= 25,000) cows to do some cleaning chores around the barn. He always wants to have one cow working on cleaning things up and has divide

2014-08-03 17:56:35 613

原创 ZOJ 3508 贪心算法

#include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std;const int maxn=2500 + 10;struct Sol{

2014-08-03 15:47:50 834

空空如也

空空如也

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

TA关注的人

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