uses fibonacci; var n: shortint; begin readln(n); writeln(fibonacci93[n + 1]) end.