so
python
Chatroom
Common Questions
Wiki
Salad Language
Transcripts
Log In
…
def
judge
(
t
):
a
,
b
=
t
c
=
0xFFFF
return
(
c
&
a
)
==
(
c
&
b
)