练习专区

今天的一小步就是明天的一大步
Problem 1766 求圆的面积(无循环输入)
Accepted: 11   Total Submit: 12
Time Limit: 1000ms   Memory Limit: 30720KB
Description
给你圆的半径,请你求出他们的面积。PI用3.14159。半径用double类型。
Input
输入圆的半径
Output
输出“半径为 的圆的面积=“
Sample Input
5.1 
Sample Output
半径为5.100000的圆的面积=81.712756
Hint
提交     返回