Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
8.fibonacci
Mim527
Jun 21st, 2019
99
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
main
(
)
{
int
i
,
n
,
a
=
0
,
b
=
1
,
c
;
scanf
(
"%d"
,&
n
)
;
for
(
i
=
1
;
i
<=
n
;
i
++
)
{
printf
(
"%d
\n
"
,
a
)
;
c
=
a
+
b
;
a
=
b
;
b
=
c
;
}
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Hub Code
9 hours ago | 1.88 KB
HELLO PROGRAMMER
22 hours ago | 0.03 KB
rapid flashing lights public domain symbol an...
23 hours ago | 0.03 KB
Amazon S&S Mass Cancel
JavaScript | 1 day ago | 1.05 KB
Guesses Din wants to transfer
1 day ago | 1.32 KB
Kzones_Layouts
JSON | 1 day ago | 3.21 KB
Hk-Ultra
1 day ago | 1.17 KB
c2l.puter.site
1 day ago | 0.01 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!