#include<bits/stdc++.h> int main(){long n;std::cin>>n;std::cout<<long((pow((1+sqrt(5))/2,n)-pow((1-sqrt(5))/2,n))/sqrt(5))<<".00";}
仅供借(chao)鉴(xi)。