index
:
~cnx/cp
this commit
main
My CP collection
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
others
/
volume1
/
014.pas
blob: fa98e0abb93cb60527dbcfb79fba7a88ff6b0fbe (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
uses
clib
;
var
n
:
shortint
;
begin
readln
(
n
)
;
writeln
(
fibonacci
[
n
+
2
])
end
.