摘要: Problem DescriptionLele now is thinking about a simple function f(x).If x = 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2 * f(x-3) + …… + a9 * f(x-10);And ... 阅读全文
posted @ 2015-06-20 11:57 ALXPCUN 阅读(172) 评论(0) 推荐(0) 编辑