現在給你乙個數x,聰明的你一定知道這是斐波那契數列中的第幾項。
(資料保證x一定有對應的項y,且 2 <= y < 1e4)
第一行乙個整數t,表示測試組數。
之後的t行,每行乙個數x
對於每個測試資料,輸出一行表示數x是第幾項
225
3#include #include #include #include #include #include using namespace std;5
mapma;
char a[10000];
char b[10000];
char c[10000];
char d[10000];
void dashu(char a,char b,char c)
return 0;
} 第二個
#include #include #include #include using namespace std;
typedef unsigned long long ull;
typedef pairpii;
ull f[10004];
char a[10000000];
mapma;
/*void qwe(ull f)
}*/int main()
ull ans=0;
scanf("%d",&t);
while(t--)
{ scanf("%s",a);
ans=0;
len=strlen(a);
for(i=0;i這個題我做了好長時間,最終在大佬的幫助下才對(不過還好結果是好的)
1471 又是斐波那契數列??
hpu 1471 現在給你乙個數x,聰明的你一定知道這是斐波那契數列中的第幾項。資料保證x一定有對應的項y,且 2 y 1e4 第一行乙個整數t,表示測試組數。之後的t行,每行乙個數x 對於每個測試資料,輸出一行表示數x是第幾項 2 253 5 include include includeusin...
斐波那契數列 斐波那契數列python實現
斐波那契數列 fibonacci sequence 又稱 分割數列 因數學家列昂納多 斐波那契 leonardoda fibonacci 以兔子繁殖為例子而引入,故又稱為 兔子數列 指的是這樣乙個數列 1 1 2 3 5 8 13 21 34 在數學上,斐波納契數列以如下被以遞推的方法定義 f 1 ...
迴圈斐波那契數列 斐波那契數列應用
什麼是斐波那契數列 斐波那契數列指的是這樣乙個數列 1,1,2,3,5,8,13,21,34,55,89,144 這個數列從第3項開始,每一項都等於前兩項之和 台階問題 有一段樓梯有10級台階,規定每一步只能跨一級或兩級,要登上第10級台階有幾種不同的走法?這就是乙個斐波那契數列 登上第一級台階有一...