会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cbam
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
34
35
36
37
38
39
40
41
42
···
45
下一页
2015年3月29日
杭电 HDU 1164 Eddy's research I
摘要: Eddy's research ITime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
阅读全文
posted @ 2015-03-29 22:18 cbam
阅读(46)
评论(0)
推荐(0)
2015年3月28日
杭电 HDU 1163 Eddy's digital Roots
摘要: Eddy's digital RootsTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Tot...
阅读全文
posted @ 2015-03-28 23:55 cbam
阅读(59)
评论(0)
推荐(0)
杭电 HDU 1157 Who's in the Middle
摘要: Who's in the MiddleTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Tota...
阅读全文
posted @ 2015-03-28 21:47 cbam
阅读(99)
评论(0)
推荐(0)
杭电 HDU 1108 最小公倍数
摘要: 最小公倍数Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s...
阅读全文
posted @ 2015-03-28 21:15 cbam
阅读(82)
评论(0)
推荐(0)
杭电 HDU 1106 排序
摘要: 排序Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): ...
阅读全文
posted @ 2015-03-28 21:05 cbam
阅读(88)
评论(0)
推荐(0)
2015年3月27日
杭电 HDU 1098 Ignatius's puzzle
摘要: Ignatius's puzzleTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
阅读全文
posted @ 2015-03-27 23:32 cbam
阅读(49)
评论(0)
推荐(0)
杭电 HDU 1097 A hard puzzle
摘要: A hard puzzleTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Subm...
阅读全文
posted @ 2015-03-27 21:52 cbam
阅读(70)
评论(0)
推荐(0)
快速幂 模版
摘要: 一般方法: int pow1(inta,intb){int r=1;while(b--)r*=a;return r;} 二分求幂int pow2(inta,intb){int r=1,base=a;while(b...
阅读全文
posted @ 2015-03-27 21:31 cbam
阅读(86)
评论(0)
推荐(0)
杭电 HDU 10 1096 A+B for Input-Output Practice (VIII)
摘要: A+B for Input-Output Practice (VIII) Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K...
阅读全文
posted @ 2015-03-27 20:51 cbam
阅读(80)
评论(0)
推荐(0)
杭电 HDU 1092 A+B for Input-Output Practice (IV)
摘要: A+B for Input-Output Practice (IV)Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (J...
阅读全文
posted @ 2015-03-27 20:42 cbam
阅读(100)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
41
42
···
45
下一页
公告