Toph easy problem(Pie Are Squared)
Question:
Pie Are Squared
Limits: 1s, 512 MB
Given the radius of a circle, calculate and print its area.
The area of a circle can be computed using the following formula:
Input
The input file will contain one floating point number r (r < 2000).
Output
Print the area of the circle (rounded to five decimal places).
No comments