repo.or.cz
/
h2N7SspZmY.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maio
[h2N7SspZmY.git]
/
data
/
cache
/
7
/
707f0aa38c2fe57870af16662b5782ba.code
blob
121f68c60556f656ab704b2840480fe7ee2fad5b
1
typedef int i;i f(i n){return !n?:n*f(n-1);}i main(){return f(N);}