会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
午夜阳光~
在美国的最北边巴罗小镇,北极圈以北,530公里北冰洋岸边,在那的大街上都可以看到北极熊,每年的5.11到8.1这83天里,太阳都不会落到地平线下面。那里的午夜都有阳光……
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
2015年10月4日
hdu 5475 An easy problem(暴力 || 线段树区间单点更新)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=5475An easy problemTime Limit: 8000/5000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Sub...
阅读全文
posted @ 2015-10-04 16:11 午夜阳光~
阅读(179)
评论(0)
推荐(0)
2015年9月30日
hdu 5491 The Next (位运算)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=5491题目大意:给定一个数D,它的二进制数中1的个数为L,求比D大的数的最小值x且x的二进制数中1的个数num满足s1 s2,从右到左找1的最小位i,将该位+1(即:1的个数多了,需要减少1),n的值则增加2^i(...
阅读全文
posted @ 2015-09-30 17:55 午夜阳光~
阅读(208)
评论(0)
推荐(0)
2015年9月26日
poj 3216 Repairing Company(最短路Floyd + 最小路径覆盖 + 构图)
摘要: http://poj.org/problem?id=3216Repairing CompanyTime Limit:1000MSMemory Limit:131072KTotal Submissions:6776Accepted:1822DescriptionLily runs a repairin...
阅读全文
posted @ 2015-09-26 12:06 午夜阳光~
阅读(325)
评论(0)
推荐(0)
2015年9月25日
使用线性表的顺序存储结构定义(静态)实现线性表的初始化、插入、删除和显示功能
摘要: #include#define MaxSize 100typedef int DataType;typedef struct//定义结构体Seqlist{ DataType list[MaxSize]; int size;} SeqList;//初始化顺序表Lvoid ListIniti...
阅读全文
posted @ 2015-09-25 15:36 午夜阳光~
阅读(1080)
评论(0)
推荐(1)
2015年9月23日
poj 2594 Treasure Exploration(最小路径覆盖+闭包传递)
摘要: http://poj.org/problem?id=2594Treasure ExplorationTime Limit:6000MSMemory Limit:65536KTotal Submissions:7398Accepted:3025DescriptionHave you ever read...
阅读全文
posted @ 2015-09-23 09:56 午夜阳光~
阅读(170)
评论(0)
推荐(0)
2015年9月18日
poj 1719 Shooting Contest
摘要: http://poj.org/problem?id=1719Shooting ContestTime Limit:1000MSMemory Limit:10000KTotal Submissions:4135Accepted:1521Special JudgeDescriptionWelcome t...
阅读全文
posted @ 2015-09-18 17:58 午夜阳光~
阅读(233)
评论(0)
推荐(0)
2015年9月16日
poj 2239 Selecting Courses(二分匹配简单模板)
摘要: http://poj.org/problem?id=2239这里要处理的是构图问题p (1 #include#include#include#include#include#define INF 0x3f3f3f3f#define N 310using namespace std;int G[N][...
阅读全文
posted @ 2015-09-16 17:04 午夜阳光~
阅读(125)
评论(0)
推荐(0)
2015年9月11日
hdu 5400 Arithmetic Sequence
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=5400Arithmetic SequenceTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total ...
阅读全文
posted @ 2015-09-11 17:29 午夜阳光~
阅读(166)
评论(0)
推荐(0)
2015年9月9日
hdu 1024 Max Sum Plus Plus
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1024Max Sum Plus PlusTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Su...
阅读全文
posted @ 2015-09-09 13:06 午夜阳光~
阅读(117)
评论(0)
推荐(0)
2015年9月8日
hdu 1155 Bungee Jumping
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1155Bungee JumpingTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submi...
阅读全文
posted @ 2015-09-08 21:45 午夜阳光~
阅读(181)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
公告