E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
2647
HDU_
2647
Reward (拓扑排序)
注意将后一个数插到前一个数上,然后用队列每次存储入度为0的数,累加同一工资级别的人的工资 View Code #include <stdio.h>#include <stdlib.h>#include <string.h>#define N 10005typedef struct node //邻接表节点{ int adj;
·
2015-10-30 10:17
HDU
HDU-
2647
Reward ---拓扑排序
Reward Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2075 Accepted Submission(s): 599 Problem Des
·
2015-10-23 08:32
HDU
HDU
2647
Reward
描述 Dandelion's uncle is a boss of a factory. As the spring festival is coming , he wants to distribute rewards to his workers. Now he has a trouble about how to distribute the rewards. The workers
·
2015-10-23 08:54
HDU
HDOJ
2647
Reward(反拓扑+统计节点)
题目大意:有一种关系a,b代表a的奖金比b的高,最少的奖金为888,求总共需要的最少的钱数,让所有满足关系的人都得到应有的奖金,否则输出-1;思路:反向进行拓扑,主要是统计奖金。注意可能给定的数据是深林,所以可以先统计出度为0的点赋值为888,然后边拓扑边统计。#include #include #include #include #include #definell__int64 usingna
Grit_ICPC
·
2015-10-03 23:00
拓扑
hdu
2647
拓扑排序(逆向)
思路:分层拓扑;题目链接/***************************************** Author:Crazy_AC(JamesQi) Time:2015 FileName: *****************************************/ //#pragmacomment(linker,"/STACK:1024000000,1024000000") #
KIJamesQi
·
2015-09-20 21:00
拓扑排序
图论
图 相关题目Ⅱ
[hdu
2647
](http://acm.hdu.edu.cn/showproblem.php?
PNAN222
·
2015-08-18 11:00
图
链式前向星
hdu2647
hdu
2647
pid=
2647
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission
yuanjunlai141
·
2015-08-18 09:00
hdu
2647
Reward
clickhere~~Reward TimeLimit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others) TotalSubmission(s):5763AcceptedSubmission(s):1756 ProblemDescription Dandelion'suncleisabossofafactory.Ast
qingshui23
·
2015-08-17 19:00
拓扑排序
hdu
2647
链接:点击打开链接题意:每个人的基本工资为888,给出两个人的关系a,b,代表a的工资比b高问满足所有条件的话,最少需要支付多少钱代码:#include #include #include #include #include #include #include #include usingnamespacestd; intprefix[10005],n,m; inttemp[10005],sum[
stay_accept
·
2015-08-17 18:00
Reward
2647
(拓扑排序+邻接表)
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):5701 AcceptedSubmission(s):1730ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
yanghui07216
·
2015-08-14 21:00
HDU-
2647
Reward(拓扑排序)
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfestivaliscoming,hewantstodistributerewardstohisworkers.
idealism_xxm
·
2015-08-14 20:00
拓扑排序
图论
HDU
HDOJ
2647
Reward(拓扑排序(节点含值)+邻接表)
RewardTimeLimit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):5678AcceptedSubmission(s):1720ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfestivalisc
AnICoo1
·
2015-08-14 17:40
拓扑排序
HDOJ
2647
Reward(拓扑排序(节点含值)+邻接表)
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):5678 AcceptedSubmission(s):1720ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
helloiamclh
·
2015-08-14 17:00
HDU
2647
--Reward【拓扑排序】
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):5636 AcceptedSubmission(s):1712ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
hpuhjh
·
2015-08-14 12:00
HDU-
2647
-邻接表模板
#include #include #include #include usingnamespacestd; #defineMAX10005 intn,sum,ans; intinto[MAX],head[MAX],money[MAX]; structReward { intto; intnext; }edge[2*MAX]; voidaddEdge(intu,intv,inttot) { edg
u013889450
·
2015-08-11 22:00
数据结构-模板
hdu 4109(拓扑排序 关键路径)
与hdu
2647
有相似之处,需要牢记。题目:http://acm.hdu.edu.cn/showproblem.php?
lljjccsskk
·
2015-08-11 10:00
HDU
2647
Reward 拓扑排序
pid=
2647
题目大意:有n个人m对关系,每对关系表示a的工资要比b的高,最低工资为888,问你这n个人满足m对关系的最低总工资是多少。
AC_Gibson
·
2015-08-11 10:00
hdu
2647
(拓扑排序)
欢迎参加——每周六晚的BestCoder(有米!)RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):5560 AcceptedSubmission(s):1688ProblemDescriptionDandelion'suncleisaboss
lljjccsskk
·
2015-08-11 10:00
HDU Reward(发工资)
2647
(拓扑排序 vector)
ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfestivaliscoming,hewantstodistributerewardstohisworkers.Nowhehasatroubleabouthowtodistributetherewards.Theworkerswillcomparetheirrewards,
h1021456873
·
2015-08-03 16:00
hdu
2647
Reward 拓扑排序
#include #include #include #include #include #include usingnamespacestd; vectort[10000+5]; queueq; intmain() { intn,m,i,j,in[10000+5],sum[10000+5],ans,u,v,p,cnt; while(~scanf("%d%d",&n,&m)) { ans=n*8
xinag578
·
2015-07-30 10:00
hdoj
2647
N!Again
N!Again Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4016 Accepted Submission(s): 2157 Problem D
·
2015-07-25 17:00
in
hdoj
2647
Reward 【反向拓扑 队列实现】
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4767 AcceptedSubmission(s):1456ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfesti
chenzhenyu123456
·
2015-05-21 13:00
HDU_
2647
_Reward(拓扑排序)
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4746 AcceptedSubmission(s):1448ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
jhgkjhg_ugtdk77
·
2015-05-07 20:00
Algorithm
ACM
HDU
TopSort
HDU
2647
Reward
ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfestivaliscoming,hewantstodistributerewardstohisworkers.Nowhehasatroubleabouthowtodistributetherewards.Theworkerswillcomparetheirrewards,
jtjy568805874
·
2015-05-03 09:00
HDU
【备用】关于ARM的启动代码
成功修改STM32启动程序(自定义的分散加载模式)http://www.openedv.com/posts/list/
2647
.htmARM的启动代码(1):介绍http://blog.csdn.net
ysmz4
·
2015-04-08 09:00
hdu
2647
Reward 拓扑排序。
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4599 AcceptedSubmission(s):1400ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
Lionel_D
·
2015-03-28 10:00
拓扑排序
Reward
hdu2647
Go语言实现的树形结构数据比较算法实例
具体实现方法如下:复制代码代码如下://Twobinarytreesmaybeofdifferentshapes,//buthavethesamecontents.Forexample:////46//
2647
不吃皮蛋
·
2015-02-20 15:21
HDU
2647
Reward 【拓扑排序】
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4379 AcceptedSubmission(s):1335ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfestiva
u011676797
·
2014-12-22 15:00
九度OJ 1006 ZOJ问题 (这题测试数据有问题)
题目1006:ZOJ问题时间限制:1秒内存限制:32兆特殊判题:否提交:15725解决:
2647
题目描述:对给定的字符串(只包含'z','o','j'三种字符),判断他是否能AC。
wdkirchhoff
·
2014-12-17 08:00
1006
九度OJ
HDU
2647
Reward 【逆向建图+拓扑排序】
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4337 AcceptedSubmission(s):1328ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
u013806814
·
2014-11-26 19:00
拓扑排序
hdu
2647
——Reward
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4306 AcceptedSubmission(s):1318ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
Guard_Mine
·
2014-10-29 16:00
HDU
2647
Reward 【拓扑排序】
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):3927 AcceptedSubmission(s):1199ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
u012846486
·
2014-08-02 08:00
hdu2647
hdu
2647
逆拓扑,链式前向星。
原文地址题目分析题意老板发工资,但是要保证发的工资数满足每个人的期望,比如A期望工资大于B,只需比B多1元钱即可。老板发的最低工资为888元。输出老板最少发的工资总数,若是无法满足大家的期望,则输出-1。分析很明显这是一个拓扑问题,若存在环则无法满足大家的期望。若按常理,A>B,则可能会建立A指向B的有向边。此题不然,因为我们只知道最少的钱数是888,所以从小到大进行拓扑排序更为恰当。所以是建立B
guodongxiaren
·
2014-07-20 09:00
拓扑排序
链式前向星
HDU
2647
Reward(拓扑排序)
HDU
2647
Reward(拓扑排序)http://acm.hdu.edu.cn/showproblem.php?
u013480600
·
2014-06-14 11:00
ACM
【转】ERDAS 9.2 下载及中文安装方法和ERDAS 9.3 下载
ERDAS9.2下载ERDAS9.3下载这个要支持电驴的才能下载ERDAS9.2破解文件下载licensingtools下载提取码:f8e
2647
cc9QQ中转站的已无法下载,现改用115网络U盘下载2010
遥感服务
·
2014-06-05 10:38
遥感
HDU
2647
Reward(拓扑排序)
pid=
2647
去了趟厕所回来立马来灵感了啊。。第一次的时候纠结拓扑的顺序,加钱的时候顺序正好反着,在厕所的时候突然想到可以在加边的时候就倒着加,这样不就正好了吗。。
u013013910
·
2014-06-01 15:00
编程
算法
C语言
hdu
2647
Rewaed(拓扑排序+链式前向星)
用邻接矩阵会超内存更优的代码#include #include typedefstructIn{ intto,next,money; }; Inedag[2*100010]; intn,t,into[100010]; inthead[100010]; intmax(inta,intb){ returna>b?a:b; } voidadd(inta,intb){ edag[t
u013365671
·
2014-05-06 22:00
hdu 2467 拓扑排序之反向建图
pid=
2647
ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfestivaliscoming,hewantstodistributerewardstohisworkers.Nowhehasatroubleabouthowtodistribut
u013573047
·
2014-04-23 16:00
STM32开发板移植88W8686 WIFI驱动笔记
目前收集到的88W8686资料:Mavell88W8686数据手册(RevD,2007年4月).pdf(
2647
K)下载次数:1174WM-G-MR-09_应用电路(环隆电气).pdf(180K)下载次数
yxtouch
·
2014-03-10 09:00
cocos2d-x-2.2 window下配置笔记(ADT+android-ndk-r9b) 无cygwin
cocos2d-x-2.2window下配置笔记(ADT+android-ndk-r9b)无cygwin分类: cocos2d-x2013-11-0919:45
2647
人阅读 评论(5) 收藏 举报adteclipsec
oMingZi12345678
·
2014-02-19 19:00
cocos2d-x
phpQuery乱码解决经验分享
之前使用phpQuery采集页面信息,但是取过来后中文总是乱码,上网搜了一下别的同僚的解决方案,其中最有用的一篇是http://blog.ihipop.info/2011/08/
2647
.html/
yyyfff43
·
2013-12-11 14:00
PHP
乱码
采集
phpquery
ZOJ 3431 Escape! 解题报告
//Time:190ms //Memory:280KB //Length:
2647
B #include #in
u010638776
·
2013-09-27 22:00
hdu
2647
Reward(拓扑排序)
老板要给很多员工发奖金,但是部分员工有个虚伪心态,认为自己的奖金必须比某些人高才心理平衡;但是老板很人道,想满足所有人的要求,并且很吝啬,想画的钱最少输入若干个关系abaccb意味着a的工资必须比b的工资高同时a的工资比c高;c的工资比b高当出现环的时候输出-1思路:反向建图,然后top排序分层次;第一次的工资为888(最低),第二层的工资+1,后面一样#include #include #inc
ygqwan
·
2013-09-19 09:00
HDU
2647
Reward
大体思路就是简单的拓扑排序。写的时候没有看模板,都是自己一点一点改的,应该没有模板效率高。还用了一点优先队列的思想,用了并查集的方法检查是否存在环。1#include 2#include 3#include 4 5usingnamespacestd; 6 7structN 8{ 9intdata; 10intn,money; 11N*next; 12}*head[10010]
u012161037
·
2013-09-18 15:00
hdu
2647
解题报告
题意:有个工厂的老板给工人发奖金,每人基础都是888,工人们有自己的想法,如:a工人想要比b工人的奖金高,老板想要使花的钱最少那么就可以给b888,给a889,但是如果在此基础上,b也想比a高,那么就不能让他们满意,输出-1;分析,根据题意可以得出一个拓扑的关系,比如一组数据:4412132434那么有如图关系:(位于上层的要求比下层的高) 由图可以知道,我们需要给1号890,2、3号889,4号
ZYY173533832
·
2013-09-09 17:00
小麻烦
HDU-
2647
拓扑排序
这道题不能用矩阵表示,因为1w*1w绝对超内存,分析数据,前一个a的钱要多于后一个b,所以我们要把b作为出度,a为入度,如果不明白这个地方,举例:b——>a——>c——>d,b为888,钱数逐渐上升,如果反过来a为出度就不符合题意啦。。。还有一个地方需要注意:判断输出-1的情况不能只判断没有一个入度为0的点,因为有可能在中间就出现矛盾了,如:a——>b——>c——>d——>c有入度为0的点,但却要
u011538668
·
2013-08-29 17:00
hdu
2647
&& TOJ3648 Reward
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):2862 AcceptedSubmission(s):844ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfest
wangwenhao00
·
2013-08-27 23:00
hdu
2647
Reward
ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfestivaliscoming,hewantstodistributerewardstohisworkers.Nowhehasatroubleabouthowtodistributetherewards.Theworkerswillcomparetheirrewards,
u011217342
·
2013-08-03 16:00
hdu
2647
Reward(拓扑排序+邻接表)
RewardTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):2658 AcceptedSubmission(s):771ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfest
u011328934
·
2013-08-02 12:00
BZOJ1067 [SCOI2007]降雨量/POJ
2647
WorstWeather Ever
Description我们常常会说这样的话:“X年是自Y年以来降雨量最多的”。它的含义是X年的降雨量不超过Y年,且对于任意Y<Z<X,Z年的降雨量严格小于X年。例如2002,2003,2004和2005年的降雨量分别为4920,5901,2832和3890,则可以说“2005年是自2003年以来最多的”,但不能说“2005年是自2002年以来最多的”由于有些年份的降雨量未知,有的说法是可能正确也可
huzecong
·
2013-02-01 15:00
poj
poj
poj
RMQ
bzoj
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他