Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[t002] fibonacci
AquaBlitz11
Oct 9th, 2018
398
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
NEW EASY METHOD $$$ β β π
JavaScript | 31 sec ago | 0.17 KB
π₯π₯π₯ Node Exploit (Easy Money)
JavaScript | 2 min ago | 0.26 KB
π TRADING EXPLOIT β π΅π₯
JavaScript | 3 min ago | 0.17 KB
π₯ Quick Money Method 2025
JavaScript | 5 min ago | 0.26 KB
π NEW INSTANT BTC METHODπ β π¨
JavaScript | 6 min ago | 0.17 KB
xd
Lua | 7 min ago | 49.01 KB
π₯π₯ HOW TO EARN $2,500 TONIGHT
JavaScript | 8 min ago | 0.25 KB
Untitled
C++ | 8 min ago | 0.43 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!