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
b3174f6b85
XJTU_Python
/
homework
/
2
/
5.py
6 lines
99 B
Python
Raw
Blame
History
a
,
b
,
c
=
map
(
int
,
input
(
)
.
split
(
)
)
m
=
max
(
a
,
b
,
c
)
n
=
min
(
a
,
b
,
c
)
p
=
a
+
b
+
c
-
n
-
m
print
(
n
,
p
,
m
)
Reference in New Issue
View Git Blame
Copy Permalink