Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
SOC
Gireada
Mar 3rd, 2017
264
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
n, nr
[
9
]
,i
=
0
;
cin
>>
n
;
while
(
n
!
=
0
)
{
nr
[
i
]
=
n
%
2
;
i
++
;
n
=
n
/
2
;
}
for
(
int
j
=
i
-
1
;
j
>=
0
;
j
--
)
cout
<<
nr
[
j
]
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Giftcards Method
Java | 0 sec ago | 0.06 KB
Exchange Exploit
JavaScript | 5 sec ago | 0.32 KB
✅ Make $1500 in 20 minutes
JavaScript | 10 sec ago | 0.32 KB
Profit Method
Java | 11 sec ago | 0.06 KB
⭐ Instant Profit Method ⭐
JavaScript | 14 sec ago | 0.32 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 19 sec ago | 0.32 KB
Profit Method
Java | 40 sec ago | 0.09 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 46 sec ago | 0.32 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!