HDOJ1021:Fibonacci Again——简单数学题

Problem Description
There are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = F(n-1) + F(n-2) (n>=2).

Input
Input consists of a sequence of lines, each containing an integer n. (n #include using namespace std; int main(){ int n; while(cin>>n){ if(n%4==2) cout

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注