Task schedule Problem Description 有一台机器,而且给你这台机器的工作表。工作表上有n个任务,机器在ti时间运行第i个任务,1秒就可以完毕1个任务。 有m个询问,每一个询问有一个数字q。表示假设在q时间有一个工作表之外的任务请求,请计算何时这个任务才干被运行。 机器总 ...
分类:
其他好文 时间:
2017-05-20 13:14:18
阅读次数:
193
HDU:5670~5764 A题: 是一个3进制计数; 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 int a[100000]; 6 7 int calc(long long n) { 8 int i=0; 9 while(n) { ...
分类:
其他好文 时间:
2017-05-19 18:44:49
阅读次数:
219
【比赛链接】clikc here~~ ps:真是wuyu~~做了两小时。A出两道题,最后由于没加longlong所有被别人hack掉!,最后竟然不知道hack别人不成功也会掉分。还一个劲的hack 别人的代码,昨天真是个悲催的比赛,~~~~(>_<)~~~~,以下弱弱献上代码~~ 1002比1001 ...
分类:
其他好文 时间:
2017-05-16 21:36:23
阅读次数:
130
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4932 Miaomiao's Geometry Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Other ...
分类:
其他好文 时间:
2017-05-09 20:38:14
阅读次数:
140
链接:hdu 5087 题意:求第二大的最长升序子序列 分析:这里的第二大指的是,全部的递增子序列的长度(包含相等的), 从大到小排序后。排在第二的长度 BestCoder Round #16 上的第二题,注意 1 1 2 这组数据,答案应为2 思路1.每次将最长的两个上升子序列长度记录。最后再排序 ...
分类:
其他好文 时间:
2017-05-07 17:44:27
阅读次数:
180
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4908 BestCoder Sequence Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others ...
分类:
其他好文 时间:
2017-05-06 19:04:27
阅读次数:
204
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4857 欢迎光临天资小屋:http://user.qzone.qq.com/593830943/main 逃生 Time Limit: 2000/1000 MS (Java/Others) Memory ...
分类:
编程语言 时间:
2017-05-06 19:03:43
阅读次数:
199
项目管理 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 0 Accepted Submission(s): 0 Problem Descrip ...
分类:
其他好文 时间:
2017-05-06 13:03:31
阅读次数:
185
A.Lotus and Characters(技巧 + 思维) Problem Description Lotus has n kinds of characters,each kind of characters has a value and a amount.She wants to cons ...
分类:
其他好文 时间:
2017-05-03 21:17:38
阅读次数:
186
BestCoder Sequence Problem Description Mr Potato is a coder. Mr Potato is the BestCoder. One night, an amazing sequence appeared in his dream. Length ...
分类:
其他好文 时间:
2017-05-02 18:19:03
阅读次数:
156