restructure zeta/** to storage/zeta/**
This commit is contained in:
4
storage/zeta/py/completed/3053.py
Normal file
4
storage/zeta/py/completed/3053.py
Normal file
@@ -0,0 +1,4 @@
|
||||
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