标签:数列 ram 等于 stream 个数 content using str bottom
4 5 2 19 1
5 1 4181 1
代码
#include<cstdio> #include<iostream> #include<cmath> using namespace std; int main() { long long n; scanf("%lld",&n); n--; double x=sqrt(5.0); long long ans=(pow(((1+x)/2),n)/x-pow(((1-x)/2),n)/x); printf("%lld",ans); return 0; }
标签:数列 ram 等于 stream 个数 content using str bottom
原文地址:http://www.cnblogs.com/z360/p/6679895.html