发表评论取消回复
相关阅读
相关 zoj3777 Problem Arrangement(状态压缩dp)
题目链接:[http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3777][http_acm.zju.ed
相关 ZOJ 3875-Lunch Time【模拟】
Lunch Time -------------------- Time Limit: 2 Seconds Memory Limit: 65536 KB --------
相关 ZOJ 3721 Final Exam Arrangement(模拟+贪心)
In Zhejiang University, there are N different courses labeled from 1 to N. Each course h
相关 zoj-3721(贪心)
In Zhejiang University, there are N different courses labeled from 1 toN. Each course ha
相关 ZOJ 3804 YY's Minions(模拟)
Despite YY's so much homework, she would like to take some time to play with her minions
相关 ZOJ - 3211 Dream City (贪心+dp)
思路:增长速度快的只有放在后面砍才能获得最大的收益。 dp\[i\]\[j\]表示从前i棵树中选出j棵树, 在前j天砍,砍得顺序就是排序的顺序 include<bi
相关 二分查找+贪心-CodeForces 732D-Exams
二分查找+贪心-CodeForces 732D-Exams -------------------- 题目链接:[D. Exams][] 思路:
相关 ZOJ-3490-String Successor 模拟
ZOJ-3490-String Successor The successor to a string can be calculated by applying t
相关 (C++)ZOJ-4096——Thanks, TuSimple!(贪心算法)
题目描述 作为TuSimple的经理,您将为开发部门和营销部门举办舞会。 总共会有 n 个绅士和 m 个女士,他们会成对跳舞。 经过仔细调查后,我们已经知道,对于每个人来
相关 ZOJ3953 ZJU2017校赛(贪心)
题意:给出n个区间,求至少删掉多少个区间使得不存在区间a, b, c 两两相交 (定义两个区间相交是,区间\[l1, r1\]和区间\[l2, r2\]相交,当且仅当存在
还没有评论,来说两句吧...