摘要: 题目链接: http://poj.org/problem?id=2533 Description A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric s 阅读全文
posted @ 2016-09-13 21:19 _Silver 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=2512 Problem Description 因为长期钻研算法, 无暇顾及个人问题,BUAA ACM/ICPC 训练小组的帅哥们大部分都是单身。某天,他们在机房商量一个绝妙的计划"一卡通大冒险"。这个 阅读全文
posted @ 2016-09-12 19:42 _Silver 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 题目链接: http://acm.split.hdu.edu.cn/showproblem.php?pid=5873 Problem Description A mysterious country will hold a football world championships Abnormal 阅读全文
posted @ 2016-09-10 20:32 _Silver 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 题目链接: http://acm.split.hdu.edu.cn/showproblem.php?pid=3711 Problem Description For 2 non-negative integers x and y, f(x, y) is defined as the number o 阅读全文
posted @ 2016-09-09 15:07 _Silver 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 题目链接: http://acm.split.hdu.edu.cn/showproblem.php?pid=3714 Problem Description Josephina is a clever girl and addicted to Machine Learning recently. S 阅读全文
posted @ 2016-09-09 14:58 _Silver 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 题目链接: http://acm.split.hdu.edu.cn/showproblem.php?pid=2108 Problem Description 话说上回讲到海东集团推选老总的事情,最终的结果是XHD以微弱优势当选,从此以后,“徐队”的称呼逐渐被“徐总”所取代,海东集团(HDU)也算是名 阅读全文
posted @ 2016-09-09 10:39 _Silver 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1.dijkstra 2.flody 个人建议如果在能用dijkstra的地方就尽量用,flody一般会超时。当然如果遇负环的情况的时候就需要用spfa的算法了。 阅读全文
posted @ 2016-09-08 19:48 _Silver 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 题目链接: http://acm.split.hdu.edu.cn/showproblem.php?pid=3661 Problem Description In a factory, there are N workers to finish two types of tasks (A and B 阅读全文
posted @ 2016-09-08 15:42 _Silver 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 题目链接: http://acm.split.hdu.edu.cn/showproblem.php?pid=3665 Problem Description XiaoY is living in a big city, there are N towns in it and some towns n 阅读全文
posted @ 2016-09-08 15:36 _Silver 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 题目链接: https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4833 The Internet Computer Parts Company 阅读全文
posted @ 2016-09-06 17:09 _Silver 阅读(178) 评论(0) 推荐(0) 编辑