Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
artur99
May 28th, 2018
139
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.25 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
a
=
0
, b
=
0
, prod
=
0
;
cin
>>
a
>>
b
;
if
(
a
>
0
)
{
do
{
a
--
;
prod
+
=
b
;
}
while
(
a
>
0
)
;
}
cout
<<
prod
<<
endl
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Bug (Get more on BTC swaps x) G
JavaScript | 10 sec ago | 0.28 KB
$200 INSTANTLY [Works Worldwide]? SD
Java | 15 sec ago | 0.04 KB
✅ Make $15OO in 2O minutesV 8
JavaScript | 25 sec ago | 0.28 KB
Swapzone Glitch (Working)E X
JavaScript | 29 sec ago | 0.28 KB
✅ MAKE $9OO INSTANTLY D W
JavaScript | 39 sec ago | 0.28 KB
ChangeNOW Bug (Get more on BTC swaps x) G
JavaScript | 52 sec ago | 0.28 KB
Exchange Exploit T Z
JavaScript | 1 min ago | 0.28 KB
✅ Make $15OO in 2O minutesV 8
JavaScript | 1 min ago | 0.28 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!