发表评论取消回复
相关阅读
相关 poj2376(贪心)
题目: 给定一个时间T和N个时间区间,求最少需要多少个区间覆盖总区间\[1,T\],无法覆盖区域\[1,T\]时输出-1。 Description Farmer John
相关 POJ 2376
题意略。 思路: 本题有几个坑: 1.\[1,5\] , \[6,10\] 是对 \[1,10\] 的全覆盖,所以我们要把区间变为\[1,6)和\[6,11),最后判断连
相关 POJ-2376 Cleaning Shifts
1 include <iostream> 2 include <algorithm> 3 define _for(i,a,b) for(int i
相关 poj 1064 java_poj1064
Cable master Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 15127 Accept
相关 【POJ】:POJ 3984
题目链接:[http://poj.org/problem?id=3984][http_poj.org_problem_id_3984] 题目解析:这题算是搜索里面的简单题了吧
相关 poj1321+poj2251
poj1321代码实现(dfs): include <iostream> include <string.h> using namespace std
相关 poj-2376-Cleaning Shifts
Cleaning Shifts <table> <tbody> <tr> <td><strong>Time Limit:</strong> 100
相关 Cleaning Shifts(POJ_2376) 【贪心、区间】
Description: Farmer John is assigning some of his N (1 <= N <= 25,000) cows to do some
相关 Cleaning Shifts POJ - 2376 (区间贪心,覆盖问题)
Farmer John is assigning some of his N (1 <= N <= 25,000) cows to do some cleaning chore
相关 poj1007
1.链接地址 [https://vjudge.net/problem/POJ-1007][https_vjudge.net_problem_POJ-1007] 2.问题描述
还没有评论,来说两句吧...