摘要:
本题使用记忆话递归即可,也可以用动态规划DP不过得使用三维数组,空间复杂度比较高Function Run FunTime Limit:1000MSMemory Limit:10000DescriptionWe all love recursion! Don't we?Consider a three-parameter recursive function w(a, b, c):if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns:1if a > 20 or b > 20 or c > 20, 阅读全文
posted @ 2010-12-15 21:04
yming0221
阅读(159)
评论(0)
推荐(0)

浙公网安备 33010602011771号