Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
дз 3
paranid5
Feb 25th, 2021
333
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
Exploit 500$ in 15 Minutes
Java | 6 sec ago | 0.06 KB
Profit Method
Java | 11 sec ago | 0.06 KB
Profit Method
Java | 18 sec ago | 0.06 KB
Profit Method
Java | 23 sec ago | 0.06 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 26 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 34 sec ago | 0.32 KB
Instant Profit Method
Java | 41 sec ago | 0.06 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 41 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!