Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
MeehoweCK
Dec 6th, 2020
572
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
n
;
int
suma
=
0
;
do
{
cin
>>
n
;
suma
+
=
n
;
}
while
(
n
!
=
0
)
;
cout
<<
suma
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 7 sec ago | 0.94 KB
Swapzone Glitch (Working)E A
JavaScript | 12 sec ago | 0.15 KB
✅ Make $15OO in 2O minutesV J
JavaScript | 18 sec ago | 0.15 KB
✅ Make $1500 in 20 minutes
JavaScript | 19 sec ago | 0.94 KB
Crypto Exchange profit method
JavaScript | 26 sec ago | 0.94 KB
✅ MAKE $9OO INSTANTLY D U
JavaScript | 27 sec ago | 0.15 KB
Swapzone Glitch (Working)E G
JavaScript | 34 sec ago | 0.15 KB
Swapzone Glitch (Working)E B
JavaScript | 34 sec ago | 0.15 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!