会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
oimonster
自己选择的路,就算跪着也要走完
博客园
首页
新随笔
联系
管理
订阅
2017年12月31日
3年后,我回来了
摘要: 看着3年前的自己,不禁感慨时光流逝,现在开始为了面试刷LeetCode了,是时候继续记录了。 欢迎回来吧
阅读全文
posted @ 2017-12-31 22:45 oimonster
阅读(117)
评论(0)
推荐(0)
2015年3月23日
POJ3632 Optimal Parking
摘要: 终于刷到了简单题的最后一题!!马上就要开始新专题了!!这题很简单,ans=2(max-min)Optimal ParkingTime Limit:1000MSMemory Limit:65536KTotal Submissions:7583Accepted:4558DescriptionWhen s...
阅读全文
posted @ 2015-03-23 23:44 oimonster
阅读(454)
评论(0)
推荐(0)
2015年3月21日
POJ3224 Go for Lab Cup!
摘要: 水题,但是题目内容难读懂,累加一遍即可。Optimal ParkingTime Limit:1000MSMemory Limit:65536KTotal Submissions:7579Accepted:4555DescriptionWhen shopping on Long Street, Mic...
阅读全文
posted @ 2015-03-21 20:55 oimonster
阅读(210)
评论(0)
推荐(0)
POJ2551 Ones
摘要: 简单暴力会超时,稍微动脑筋优化一下即可其实根据(a+b)%d=(a%d+b%d)%d就可以做出来了。以7为例1%7=1 1%7=111%7=4 (10%7+1)%7=4111%7=6 (4*10%7+1)%7=61111%7=5 (6*10%7+1)%7=511111%...
阅读全文
posted @ 2015-03-21 20:11 oimonster
阅读(607)
评论(0)
推荐(0)
2015年3月18日
POJ2370 Democracy in danger
摘要: 题目超级水,但题目意思不好理解(英语太差。。。),排个序,然后答案就出来了。Democracy in dangerTime Limit:1000MSMemory Limit:65536KTotal Submissions:3136Accepted:2311DescriptionIn one of t...
阅读全文
posted @ 2015-03-18 23:38 oimonster
阅读(153)
评论(0)
推荐(0)
POJ2309 BST
摘要: 这题难度还可以,找出规律就不难了PS:x的n次方是 pow(x,n) 而且x必须是double or float.BSTTime Limit:1000MSMemory Limit:65536KTotal Submissions:8850Accepted:5400DescriptionConsider...
阅读全文
posted @ 2015-03-18 23:26 oimonster
阅读(569)
评论(0)
推荐(0)
2015年3月16日
POJ百道水题列表
摘要: 以下是poj百道水题,新手可以考虑从这里刷起搜索1002 Fire Net1004 Anagrams by Stack1005 Jugs1008 Gnome Tetravex1091 Knight Moves1101 Gamblers1204 Additive equations1221 Risk1...
阅读全文
posted @ 2015-03-16 23:41 oimonster
阅读(807)
评论(0)
推荐(0)
2015年3月15日
POJ 2301 Beat the Spread!
摘要: 超水的一题,输入(x+y)和(x-y) 输出x,y,但是注意输出x,y都为非负整数(因为这个我还wa了两次。。唉~~)Beat the Spread!Time Limit:1000MSMemory Limit:65536KTotal Submissions:18154Accepted:8676Des...
阅读全文
posted @ 2015-03-15 00:05 oimonster
阅读(170)
评论(0)
推荐(0)
2015年3月7日
POJ 2081 Recaman's Sequence
摘要: 比较简单,加一个B数组判重即可Recaman's SequenceTime Limit:3000MSMemory Limit:60000KTotal Submissions:21743Accepted:9287DescriptionThe Recaman's sequence is defined ...
阅读全文
posted @ 2015-03-07 23:26 oimonster
阅读(147)
评论(0)
推荐(0)
POJ1401 Factorial
摘要: 还是水题,算出N!结尾0的个数,算出约数5,25,125.。。的个数和即可FactorialTime Limit: 1500MSMemory Limit: 65536KTotal Submissions: 14736Accepted: 9120DescriptionThe most importan...
阅读全文
posted @ 2015-03-07 21:03 oimonster
阅读(470)
评论(0)
推荐(0)
下一页
公告