码迷,mamicode.com
首页 >  
搜索关键字:poj2492    ( 17个结果
poj2492 A Bug's Life【带权并查集】
题目链接:http://poj.org/problem?id=2492题目描述:找基佬游戏(汗-_-b)有个hentai科学家研究虫子种群,不断地给出二元组xy,表示x和y是异性交往,但是可能会出现矛盾(找到基佬),比如1与2是异性恋,2与3是异性恋,却又告诉你1和3是异性恋。问种群中存不存在基佬败...
分类:其他好文   时间:2015-02-23 17:48:55    阅读次数:153
POJ2492---A Bug's Life
A Bug's Life Time Limit: 10000MS   Memory Limit: 65536K Total Submissions: 29209   Accepted: 9528 Description Background Professor Hopper is researching the sexual behavio...
分类:其他好文   时间:2015-01-22 15:36:26    阅读次数:249
POJ2492 A Bug's Life 【并查集】
A Bug's Life Time Limit: 10000MS   Memory Limit: 65536K Total Submissions: 29011   Accepted: 9451 Description Background  Professor Hopper is researching the sexual be...
分类:其他好文   时间:2014-12-01 22:27:04    阅读次数:145
POJ2492(并查集)
A Bug's Life Time Limit: 10000MS   Memory Limit: 65536K Total Submissions: 28882   Accepted: 9423 题目链接:http://poj.org/problem?id=2492 Description Background  Professor ...
分类:其他好文   时间:2014-11-08 15:21:44    阅读次数:219
POJ2492 A Bug's Life (easy)
DescriptionBackgroundProfessor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders...
分类:其他好文   时间:2014-11-05 16:53:41    阅读次数:137
poj2492--A Bug's Life(并查集变形)
A Bug's Life Time Limit: 10000MS   Memory Limit: 65536K Total Submissions: 28703   Accepted: 9350 Description Background  Professor Hopper is researching the sexual behavi...
分类:其他好文   时间:2014-10-17 00:52:03    阅读次数:243
POJ2492 A Bug's Life (并查集)
本文出自:http://blog.csdn.net/svitter 题意: 给出昆虫编号,看昆虫能否交配,如果出现同性交配或者自我交配的情况,则出现BUG。 输入输出分析: 1.输入输出数据: input: 2 3 3 1 2 2 3 1 3 4 2 1 2 3 4 output: Scenario #1: Suspicious bugs found! Sce...
分类:其他好文   时间:2014-07-30 12:23:43    阅读次数:231
17条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!