Get the solution of URI Online Judge problem in python
n=3.14159 R=float(input()) A=n*R*R print("A=%.4f"%A)
No comments