2014年11月20日

ACM学习历程——HDU1331 Function Run Fun(锻炼多维dp的打表)

摘要: Description We all love recursion! Don't we? Consider a three-parameter recursive function w(a, b, c): if a 20 or b > 20 or c > 20, then w(a, b, c) r... 阅读全文

posted @ 2014-11-20 20:32 AndyQsmart 阅读(272) 评论(0) 推荐(0)

ACM学习历程——POJ3295 Tautology(搜索,二叉树)

摘要: DescriptionWFF 'N PROOF is a logic game played with dice. Each die has six faces representing some subset of the possible symbols K, A, N, C, E, p, q,... 阅读全文

posted @ 2014-11-20 20:15 AndyQsmart 阅读(246) 评论(0) 推荐(0)

导航