09 2015 档案

摘要:Processor http://acm.hust.edu.cn/vjudge/contest/view.action?cid=90648#problem/B #include <iostream> #include <cstdio> #include <algorithm> #include <q 阅读全文
posted @ 2015-09-13 20:54 江南何采莲 阅读(204) 评论(0) 推荐(0)
摘要:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=33899 思路:推公式,发现可以转化为求给定n个数,求到所有点距离之和最小的点的问题 #include <iostream> #include <algorithm> #incl 阅读全文
posted @ 2015-09-09 22:54 江南何采莲 阅读(145) 评论(0) 推荐(0)
摘要:题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=28436 思路:任务从开始时就不停执行,与其他任务毫无关联,当然是执行时间越长的任务越早执行好了 #include <iostream> #include <algor 阅读全文
posted @ 2015-09-09 22:26 江南何采莲 阅读(142) 评论(0) 推荐(0)
摘要:Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem. The shores of Rellau Creek in central Loowater had always 阅读全文
posted @ 2015-09-09 22:03 江南何采莲 阅读(174) 评论(0) 推荐(0)
摘要:problem 1001 Souvenir Accepts: 901 Submissions: 2743 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Souvenir Accep 阅读全文
posted @ 2015-09-06 22:08 江南何采莲 阅读(242) 评论(0) 推荐(0)
摘要:最近做了几个蚂蚁问题,还蛮有趣的。。。。。 蚂蚁问题第一弹:poj 1852 Ants: Ants Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 12214 Accepted: 5366 Description An army 阅读全文
posted @ 2015-09-02 22:26 江南何采莲 阅读(1174) 评论(0) 推荐(0)