Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
artur99
May 28th, 2018
135
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
REPORTES
Java | 6 min ago | 4.41 KB
doufu live
JSON | 9 min ago | 0.08 KB
Выдачи достижений за 1й сезон БГ
MySQL | 9 min ago | 59.13 KB
auto select all photos blogger
JavaScript | 46 min ago | 0.66 KB
Untitled
PHP | 52 min ago | 0.22 KB
Untitled
C++ | 58 min ago | 0.66 KB
Untitled
Java | 1 hour ago | 6.37 KB
ListaPersona
Java | 1 hour ago | 1.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!