Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 16th, 2018
168
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
int
argc
,
char
*
argv
[
]
)
{
int
f1
=
1
,
f2
=
1
,
f
=
0
;
for
(
int
i
=
3
;
i
<
20
;
i
++
)
{
f
=
f1
+
f2
;
f1
=
f2
;
f2
=
f
;
}
printf
(
"fib(19)=%d
\n
"
,
f
)
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
1 min ago | 18.00 KB
Untitled
1 hour ago | 8.54 KB
installer.lua
Lua | 1 hour ago | 5.47 KB
Untitled
2 hours ago | 16.11 KB
Untitled
2 hours ago | 5.90 KB
Untitled
4 hours ago | 17.39 KB
Untitled
6 hours ago | 13.05 KB
/egg/ AI Translation Guide
6 hours ago | 7.05 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!