Candies Time Limit: 1500MS Memory Limit: 131072K Total Submissions: 20067 Accepte…
标签:Online Judge POJ
POJ 1830 开关问题(高斯消元)
开关问题 Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 4016 Accepted: 1399 Description …
ACM POJ 3981 字符串替换(简单题)
字符串替换 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5975 Accepted: 2795 Description 编写一个C程序实现将字符串…
POJ 2492 A Bug's Life (并查集)
A Bug’s Life Time Limit: 10000MS Memory Limit: 65536K Total Submissions: 23380 &nb…
POJ 2352 Stars(树状数组)
Stars Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 22464 Accepted: 9787 Descriptio…
POJ 2513 Colored Sticks(欧拉回路,字典树,并查集)
Colored Sticks Time Limit: 5000MS Memory Limit: 128000K Total Submissions: 24748 Accepted: 6519 …
POJ 2923 Relocation (状态压缩+DP)
Relocation Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1106 Accepted: 447 Descrip…
POJ 2151 Check the difficulty of problems(概率DP)
Check the difficulty of problems Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 3191 …
POJ 2993 Emag eht htiw Em Pleh(水模拟)
Emag eht htiw Em Pleh Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1950 Accepted: …
POJ 1611 The Suspects (并查集,简单)
The Suspects Time Limit: 1000MS Memory Limit: 20000K Total Submissions: 17128 Acc…
POJ 3017 Cut the Sequence(单调队列+set)
Cut the Sequence Time Limit: 2000MS Memory Limit: 131072K Total Submissions: 7972 …
ACM/ICPC 之 并查集-食物链(POJ1182)
并查集的经典题型,POJ上题目还是中文= =,一般看到中文题都会感觉不太简单,这道题的数学归纳用得比较多,可以简化代码,挺有意思的。 同类型的题目还有POJ1703,比这个要简单,想了解并查集基本介绍或想参考Co…