Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
shift.cpp
andrewb
May 13th, 2014
664
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 <iostream>;
void
shift
(
int
*
x,
int
z
)
{
*
x
=
*
x
<<
z
;
std
::
cout
<<
*
x
<<
std
::
endl
;
}
void
main
(
)
{
int
x
=
1
;
for
(
int
y
=
0
;
y
<
8
;
y
++
)
{
shift
(
&
x,
1
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Swapzone money bug 🚨 🔥
JavaScript | 4 min ago | 0.22 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 8 min ago | 0.09 KB
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 9 min ago | 0.09 KB
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 9 min ago | 0.09 KB
⭐⭐⭐Exchange Exploit⭐⭐
Java | 10 min ago | 0.09 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 11 min ago | 0.09 KB
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 11 min ago | 0.09 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 12 min 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!