HDU 1331
摘要:
Function Run FunTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1239Accepted Submission(s): 631Problem DescriptionWe 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, t 阅读全文
posted @ 2012-04-18 00:02 Action! 阅读(360) 评论(2) 推荐(0) 编辑