This website requires JavaScript.
Explore
Help
Register
Sign In
Luthics
/
XJTU_Python
Watch
1
Star
0
Fork
You've already forked XJTU_Python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
XJTU_Python
/
test
/
5
/
5.py
10 lines
125 B
Python
Raw
Permalink
Blame
History
def
b
(
x
)
:
s
=
"
"
while
(
x
)
:
s
+
=
str
(
x
%
2
)
x
/
/
=
2
return
s
[
:
:
-
1
]
a
=
int
(
input
(
)
)
print
(
b
(
a
)
)
Reference in New Issue
View Git Blame
Copy Permalink