Area of Circle

Easy

📝 Description

Calculate area of circle given radius

Input Format

Radius as float

Output Format

Area rounded to 2 decimals

Constraints

0 < radius ≤ 1000

🔍 Sample Input

5.0
            

✅ Sample Output

78.54
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run