HDU 5858Hard problem
摘要:Hard problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 38 Accepted Submission(s): 23 Proble
阅读全文
posted @
2016-08-18 17:50
Beserious
阅读(273)
推荐(0) 编辑
Codeforces Round #100 A. New Year Table
摘要:A. New Year Table time limit per test 2 seconds time limit per test memory limit per test 256 megabytes memory limit per test input standard input inp
阅读全文
posted @
2016-07-27 16:43
Beserious
阅读(283)
推荐(0) 编辑
UESTC93 King's Sanctuary
摘要:King's Sanctuary King's Sanctuary Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others) The king found his adherents were bu
阅读全文
posted @
2016-07-15 16:01
Beserious
阅读(203)
推荐(0) 编辑
凸包白书模板
摘要:以hdu1392为例。 hdu1392要求找到给定点的凸包,并求出凸包周长。由凸包的定义可以知道这个周长是包围这些点的最小周长。 当点数少于3时根据题目进行讨论。
阅读全文
posted @
2016-05-24 14:59
Beserious
阅读(239)
推荐(0) 编辑