Area of a circle
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given the radius R of a circle, calculate its area.0 < R < 1000
Input
A single real number R.
Output
A single real number representing the area, rounded to four decimal places.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 1K
Acceptance rate 57%