Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[t002] fibonacci
AquaBlitz11
Oct 9th, 2018
375
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
long
long
a, b
;
scanf
(
"%lld%lld"
,
&
a,
&
b
)
;
printf
(
"%lld
\n
"
,
(
b
+
a
)
*
(
b
-
a
+
1
)
/
2
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
đĄ EASY MONEY GUIDE â Working
JavaScript | 5 sec ago | 0.24 KB
⥠Crypto Swap Glitch â Working âĄ
JavaScript | 13 sec ago | 0.24 KB
uspms.it
HTML | 22 sec ago | 3.15 KB
đ” Make 3000$ in 20 minutes đ”
JavaScript | 23 sec ago | 0.24 KB
đ„ Exchange profit method
JavaScript | 34 sec ago | 0.24 KB
âââExchange Exploitââ
Java | 42 sec ago | 0.15 KB
âââExploit 500$ in 15 Minutesââ
Java | 54 sec ago | 0.15 KB
đ„ Exchange profit method
JavaScript | 56 sec ago | 0.24 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!