DescriptionInput八个用空格隔开的整数n,m,a,b,c,d,e,f,其中n,m,a,b,d,e为正整数,c,f为非负整数。 n,m,a,b,c,d,e,f<=10^1000000 Output一个整数,表示Fib[n][m]对2012182013取模的值。Sample Input3 4 1 1 0 1 1 0Sample Output144 HintSourcetangjz原创