<p style="text-align: center">New Fibonacci Number</p>题目描述定义一种新型的Fibonacii 数列:F[0] = aF[1] = bF[i] = F[i-1] * F[i-2] (n > 1)请根据给出的a,b,n,求出F[n]的大小。
A Coin Problem(矩阵快速幂 入门水题)时间限制:3000 ms | 内存限制:65535 KB描述One day,Jiameier is tidying up the room,and find some coins. Then she throws the coin to play.Suddenly,she thinks of a problem ,that if throw...