Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 16th, 2018
63
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.28 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
long
int
n
;
;
while
(
scanf
(
"%ld"
,
&
n
)
==
1
)
{
int
ans
=
0
,r
;
while
(
n
)
{
r
=
n
%
2
;
ans
+
=
r
;
n
/
=
2
;
}
printf
(
"%d
\n
"
,ans
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Verification
44 days ago | 0.19 KB
Secrets.kd
44 days ago | 0.25 KB
STAN internet
44 days ago | 2.03 KB
Vscode-Extensions
44 days ago | 0.88 KB
Mapscan v2.4 - Archeagus Grey Hack Series, Ep...
JavaScript | 45 days ago | 12.26 KB
OoT rando seed 6/13
46 days ago | 202.05 KB
w
46 days ago | 0.10 KB
[email protected]
- idiot sending fr...
46 days ago | 1.35 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!