r = float(input()) n = 3.14159 area = n * r * r print("A=%.4f" % area)
Difficult roads lead to beautiful destinations.
No comments