会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Fighting Heart
Microsoft - Software Engineer
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
69
下一页
2016年5月21日
PAT (Advanced Level) 1034. Head of a Gang (30)
摘要: 简单DFS。
阅读全文
posted @ 2016-05-21 22:11 Fighting_Heart
阅读(132)
评论(0)
推荐(0)
PAT (Advanced Level) 1033. To Fill or Not to Fill (25)
摘要: 贪心。注意x=0处没有加油站的情况。
阅读全文
posted @ 2016-05-21 21:31 Fighting_Heart
阅读(144)
评论(0)
推荐(0)
2016年5月20日
PAT (Advanced Level) 1032. Sharing (25)
摘要: 简单题,不过数据中好像存在有环的链表......
阅读全文
posted @ 2016-05-20 16:40 Fighting_Heart
阅读(235)
评论(0)
推荐(0)
PAT (Advanced Level) 1031. Hello World for U (20)
摘要: 简单题。
阅读全文
posted @ 2016-05-20 14:32 Fighting_Heart
阅读(135)
评论(0)
推荐(0)
2016年5月19日
PAT (Advanced Level) 1030. Travel Plan (30)
摘要: 先处理出最短路上的边。变成一个DAG,然后在DAG上进行DFS。
阅读全文
posted @ 2016-05-19 20:23 Fighting_Heart
阅读(144)
评论(0)
推荐(0)
PAT (Advanced Level) 1029. Median (25)
摘要: scanf读入居然会超时...用了一下输入挂才AC...
阅读全文
posted @ 2016-05-19 20:09 Fighting_Heart
阅读(111)
评论(0)
推荐(0)
PAT (Advanced Level) 1028. List Sorting (25)
摘要: 时间卡的比较死,用string会超时。
阅读全文
posted @ 2016-05-19 19:43 Fighting_Heart
阅读(139)
评论(0)
推荐(0)
PAT (Advanced Level) 1027. Colors in Mars (20)
摘要: 简单题。
阅读全文
posted @ 2016-05-19 19:26 Fighting_Heart
阅读(104)
评论(0)
推荐(0)
PAT (Advanced Level) 1026. Table Tennis (30)
摘要: 情况比较多的模拟题。 交了50发的样子才AC......AC之后我的天空星星都亮了。
阅读全文
posted @ 2016-05-19 08:48 Fighting_Heart
阅读(212)
评论(0)
推荐(0)
2016年5月18日
PAT (Advanced Level) 1025. PAT Ranking (25)
摘要: 简单题。
阅读全文
posted @ 2016-05-18 08:14 Fighting_Heart
阅读(120)
评论(0)
推荐(0)
2016年5月17日
PAT (Advanced Level) 1024. Palindromic Number (25)
摘要: 手动模拟加法高精度。 注意:如果输入数字的就是回文,这个时候输出0步。
阅读全文
posted @ 2016-05-17 21:21 Fighting_Heart
阅读(147)
评论(0)
推荐(0)
PAT (Advanced Level) 1023. Have Fun with Numbers (20)
摘要: 手动模拟一下高精度加法。
阅读全文
posted @ 2016-05-17 21:03 Fighting_Heart
阅读(152)
评论(0)
推荐(0)
PAT (Advanced Level) 1022. Digital Library (30)
摘要: 简单模拟题。 写的时候注意一些小优化,小心TLE。
阅读全文
posted @ 2016-05-17 20:39 Fighting_Heart
阅读(120)
评论(0)
推荐(0)
2016年5月16日
PAT (Advanced Level) 1021. Deepest Root (25)
摘要: 先并查集判断连通性,然后暴力每个点作为根节点判即可。
阅读全文
posted @ 2016-05-16 22:38 Fighting_Heart
阅读(128)
评论(0)
推荐(0)
PAT (Advanced Level) 1020. Tree Traversals (25)
摘要: 递归建树,然后BFS一下
阅读全文
posted @ 2016-05-16 20:46 Fighting_Heart
阅读(169)
评论(0)
推荐(0)
PAT (Advanced Level) 1019. General Palindromic Number (20)
摘要: 简单题。
阅读全文
posted @ 2016-05-16 20:21 Fighting_Heart
阅读(148)
评论(0)
推荐(0)
PAT (Advanced Level) 1018. Public Bike Management (30)
摘要: 先找出可能在最短路上的边,图变成了一个DAG,然后在新图上DFS求答案就可以了。
阅读全文
posted @ 2016-05-16 18:20 Fighting_Heart
阅读(175)
评论(0)
推荐(0)
PAT (Advanced Level) 1017. Queueing at Bank (25)
摘要: 简单模拟。
阅读全文
posted @ 2016-05-16 12:54 Fighting_Heart
阅读(139)
评论(0)
推荐(0)
PAT (Advanced Level) 1016. Phone Bills (25)
摘要: 简单模拟题。
阅读全文
posted @ 2016-05-16 12:09 Fighting_Heart
阅读(153)
评论(0)
推荐(0)
PAT (Advanced Level) 1015. Reversible Primes (20)
摘要: 简单题。
阅读全文
posted @ 2016-05-16 10:47 Fighting_Heart
阅读(115)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
69
下一页
公告