Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Jawabanku
Ronaldoztupang
Jun 25th, 2019
77
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
multiply
(
int
a,
int
b
)
{
int
z
=
a
*
b
;
return
z
;
}
int
main
(
)
{
int
k
=
multiply
(
3
,
4
)
;
cout
<<
k
;
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
I made $15,000 in 2 hours
CSS | 3 min ago | 0.24 KB
Task Manager config
Lua | 10 min ago | 1.32 KB
✅ API Glitch (Docs Leak)
CSS | 11 min ago | 0.24 KB
This summer smells like money
CSS | 20 min ago | 0.24 KB
Crypto Profitable Method
CSS | 20 min ago | 0.24 KB
Free Money
CSS | 20 min ago | 0.24 KB
API Flaw
CSS | 21 min ago | 0.24 KB
✅ API Glitch (Docs Leak)
CSS | 21 min ago | 0.24 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!