题目链接:http://poj.org/problem?id=2492题目描述:找基佬游戏(汗-_-b)有个hentai科学家研究虫子种群,不断地给出二元组xy,表示x和y是异性交往,但是可能会出现矛盾(找到基佬),比如1与2是异性恋,2与3是异性恋,却又告诉你1和3是异性恋。问种群中存不存在基佬败...
分类:
其他好文 时间:
2015-02-23 17:48:55
阅读次数:
153
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
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
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
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
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
本文出自: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