摘要: A Simple Math Problem Problem Description Lele now is thinking about a simple function f(x).If x < 10 f(x) = x.If x >= 10 f(x) = a0 * f(x-1) + a1 * f( 阅读全文
posted @ 2017-01-19 20:59 勿忘初心0924 阅读(371) 评论(0) 推荐(0) 编辑