Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Python needed
Morass
Mar 3rd, 2016
130
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <bits/stdc++.h>
using
namespace
std
;
int
a,b
;
int
main
(
void
)
{
while
(
scanf
(
"%d%d"
,
&
a,
&
b
)
==
2
)
{
printf
(
"Hi: %d
\n
"
,a
*
b
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Die 7 wichtigsten Aktionen diese Woche
18 min ago | 4.17 KB
Untitled
33 min ago | 13.34 KB
Untitled
2 hours ago | 13.59 KB
VNC SCRIPT 2/2: autoinput.vbs
VBScript | 11 hours ago | 0.23 KB
VNC SCRIPT 1/2: vncauto.bat
Batch | 11 hours ago | 0.72 KB
videoscheomedia
XML | 13 hours ago | 1.00 KB
Untitled
18 hours ago | 14.91 KB
autconnectVNC.bat
Batch | 18 hours ago | 0.93 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!