Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Salvens
Mar 10th, 2024
443
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
s
=
input
(
)
x
=
int
(
s
,
16
)
cnt
=
[
0
,
0
,
0
,
0
]
for
i
in
range
(
0
,
30
)
:
s
=
input
(
)
y
=
int
(
s
,
16
)
z
=
x ^ y
cnt
[
z %
4
]
+
=
1
for
i
in
cnt:
print
(
i
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Assignment
Java | 18 sec ago | 7.92 KB
maximum average
C++ | 9 min ago | 1.35 KB
Grapple and Climb TRY 3 (if ts ain't eno...
Lua | 14 min ago | 13.43 KB
hardware-configuration.nix
C++ | 49 min ago | 1.48 KB
queue
C++ | 58 min ago | 0.91 KB
Implementacao iMendes
HTML | 1 hour ago | 3.86 KB
JS
JavaScript | 1 hour ago | 0.65 KB
min max
C++ | 1 hour ago | 0.77 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!