2019-11-15: init
This commit is contained in:
7
zeta_python/completed/3053.py
Normal file
7
zeta_python/completed/3053.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
|
||||
"""
|
||||
import math
|
||||
r = int(input())
|
||||
print("%.6f"%round(r**2*math.pi,6))
|
||||
print("%.6f"%round(2*r**2,6))
|
||||
Reference in New Issue
Block a user