Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
fibonnaci
Md_hosen_zisad
Aug 20th, 2017
507
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
a
=
0
,
b
=
1
,
c
,
n
,
i
;
scanf
(
"%d"
,&
n
)
;
printf
(
"%d %d"
,
a
,
b
)
;
for
(
i
=
0
;
i
<=
n
;
i
++
)
{
c
=
a
+
b
;
a
=
b
;
b
=
c
;
printf
(
" %d"
,
c
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐ Free Crypto Method ⭐⭐
JavaScript | 2 sec ago | 0.67 KB
SetWindowSubclass/DefSubclassProc/RemoveWindo...
C++ | 3 sec ago | 6.32 KB
Infinite Money Glitch
JavaScript | 1 min ago | 0.67 KB
🚨 MILLIONAIRES MONEY 📌⭐
JavaScript | 1 min ago | 0.66 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 2 min ago | 0.67 KB
🚨🚨 Swapzone +$1,000 Promotion ✅⭐
JavaScript | 3 min ago | 0.66 KB
⭐⭐⭐ Easy money $1,000 in 30 minutes
JavaScript | 4 min ago | 0.67 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐⭐
JavaScript | 4 min ago | 0.67 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!