Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
дз 3
paranid5
Feb 25th, 2021
364
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
x
=
0
;
int
cnt
=
0
;
scanf
(
"%d"
,
&
x
)
;
for
(
;
x
;
x
/=
2
)
cnt
+=
x
%
2
?
1
:
0
;
printf
(
"%d"
,
cnt
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Crypto Money Attack
CSS | 5 min ago | 0.21 KB
API Glitch (Up to 1 BTC)
CSS | 5 min ago | 0.21 KB
This summer smells like money
CSS | 5 min ago | 0.21 KB
redteam-deface
HTML | 4 hours ago | 3.15 KB
Untitled
8 hours ago | 0.04 KB
Sparkle Animation Review Template
16 hours ago | 1.20 KB
more sc
17 hours ago | 0.15 KB
EM Operational: Client wants to see a list of...
17 hours ago | 1.46 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!