Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
artur99
May 28th, 2018
108
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
Leaked by Zak
JavaScript | 1 sec ago | 0.09 KB
BTC ACCOUNTS HACKED
JavaScript | 2 sec ago | 0.09 KB
⭐ Binance Account hack 99
JavaScript | 7 sec ago | 0.18 KB
⭐ get any gift card for FREE⭐ BY
JavaScript | 8 sec ago | 0.18 KB
BTC ACCOUNTS HACKED
JavaScript | 9 sec ago | 0.09 KB
⭐ get any gift card for FREE⭐ DP
JavaScript | 11 sec ago | 0.18 KB
⭐ Binance Account hack JW
JavaScript | 11 sec ago | 0.18 KB
Chaturbate Accounts with Tokens
JavaScript | 12 sec ago | 0.09 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!