Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 19th, 2017
67
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.11 KB
| None
|
0
0
raw
download
clone
embed
print
report
int fib(int x) {
if (x == 0)
return 0;
if (x == 1)
return 1;
return fib(x-1) + fib(x-2);
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $500 INSTANTLY 5
JavaScript | 1 min ago | 0.08 KB
????Hadez Method Leaked???? TC
JavaScript | 2 min ago | 0.15 KB
????Make $3500 INSTANTLY [Works Worldwide]???...
JavaScript | 2 min ago | 0.15 KB
????Hadez Method Leaked???? TC
JavaScript | 2 min ago | 0.15 KB
????Make $3500 INSTANTLY [Works Worldwide]???...
JavaScript | 2 min ago | 0.15 KB
????Hadez Method Leaked???? TC
JavaScript | 3 min ago | 0.15 KB
?FREE 300$ GIFTCARDS? QI
JavaScript | 3 min ago | 0.15 KB
Untitled
Java | 4 min ago | 8.44 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!