This website requires JavaScript.
Explore
Help
Register
Sign In
Luthics
/
XJTU_Python_Problems
Watch
1
Star
0
Fork
You've already forked XJTU_Python_Problems
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
603773828a
XJTU_Python_Problems
/
codes
/
3.py
6 lines
79 B
Python
Raw
Blame
History
from
math
import
sqrt
a
=
int
(
input
(
)
)
b
=
int
(
input
(
)
)
c
=
sqrt
(
a
*
*
2
+
b
*
*
2
)
print
(
c
)
Reference in New Issue
View Git Blame
Copy Permalink