This website requires JavaScript.
Explore
Help
Register
Sign In
liutianshuo
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
python
/
2024-6-14-2.py
8 lines
97 B
Python
Raw
Permalink
Blame
History
a
=
int
(
input
(
)
)
b
=
0
for
i
in
range
(
2
,
a
)
:
if
a
%
i
==
0
:
b
=
i
break
print
(
int
(
a
/
b
)
)
Reference in New Issue
View Git Blame
Copy Permalink