#include #include "fib.h" using namespace std; int main() { int n; cin >> n; fibe(n); return 0; }