Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Aug 19th, 2013
84
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
i
;
void
Fib
(
i
)
{
if
(
i
>
1
)
{
Fib
(
i
-
1
)
+
Fib
(
i
-
2
)
;
}
else
{
}
}
main
(
)
{
Fib
(
5
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch ✅ Working
JavaScript | 2 sec ago | 0.25 KB
Swapzone Glitch ✅ Working
JavaScript | 2 sec ago | 0.25 KB
Free Crypto Method ✅ NEVER SEEN BEFORE
JavaScript | 4 sec ago | 0.25 KB
✅ MAKE $2000 INSTANTLY
JavaScript | 15 sec ago | 0.25 KB
✅ MAKE $2000 INSTANTLY
JavaScript | 21 sec ago | 0.25 KB
✅ Instant BTC Profit Method
JavaScript | 25 sec ago | 0.25 KB
Swapzone Glitch ✅ Working
JavaScript | 26 sec ago | 0.25 KB
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐⭐
Java | 28 sec ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!