Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Pizza cutting
Pabon_SEC
Sep 3rd, 2016
114
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
long
long
int
n,a,b
;
while
(
scanf
(
"%lld"
,
&
n
)
!
=
EOF
)
{
if
(
n
<
0
)
break
;
a
=
n
*
(
n
+
1
)
;
b
=
(
a
/
2
)
+
1
;
printf
(
"%lld
\n
"
,b
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE ETHEREUM METHOD
CSS | 1 hour ago | 0.36 KB
Monetizing Method
Smarty | 1 hour ago | 0.39 KB
Free Money Method
Python | 1 hour ago | 0.39 KB
Free Crypto Method
CSS | 1 hour ago | 0.36 KB
Guide To SUCCESSFUL Trading
CSS | 1 hour ago | 0.36 KB
EARN 5000$ IN 24 HOURS
CSS | 1 hour ago | 0.36 KB
Free Money Method
Python | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
Properties | 1 hour ago | 0.39 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!