用于计算较大斐波那契数的模数的C ++代码

时间:2018-05-24 04:21:23

标签: c++ algorithm

我已经编写了这段代码来计算使用pisano时期的大型斐波纳契数的模数。 代码计算正确的pisano期间,当期间的值很小但是当期间必须是一个更大的数字(大约100)时,它给出了错误的pisano期间。 这是代码。

TextView location;
location=(TextView)view.findViewById(R.id.complain_location);
//in parameter (left,top,right,bottom) any where you wnat to put
location.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.arrow,0);

0 个答案:

没有答案