A Simple Math Problem_HDU-1757
题目
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...
原创
2018-12-20 20:42:04 ·
923 阅读 ·
0 评论