Area of a Circle
Easy📝 Description
Given the radius, calculate the area of a circle (use π = 3.14).
Input Format
A single integer (radius)
Output Format
Area of the circle (rounded to 2 decimal places)
Constraints
radius > 0
🔍 Sample Input
5
✅ Sample Output
78.50
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run