A Simple Math Problem_HDU-1757

題目html 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(x-2) + a2 * f(x-3) + …… + a9 * f(x-10);  And ai(0<=i<=9) can only be 0 or 1 .  No
相關文章
相關標籤/搜索