This website requires JavaScript.
Explore
Help
Register
Sign In
liujiahe
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c22f29bbf3
python
/
24-6-9-1.py
15 lines
106 B
Python
Raw
Blame
History
a
=
int
(
input
(
)
)
b
=
a
/
3
c
=
a
/
3
d
=
a
/
3
b
=
b
/
2
c
=
c
/
2
d
=
d
+
b
+
c
d
=
d
/
2
b
=
b
/
2
c
=
c
+
b
+
d
c
=
c
/
2
d
=
d
/
2
b
=
b
+
c
+
d
print
(
b
,
c
,
d
)
Reference in New Issue
View Git Blame
Copy Permalink