文件名称:yuan

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2014-01-26
  • 文件大小:
  • 9kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 童话B***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

问题描述



给定圆的半径r,求圆的面积。



输入格式



输入包含一个整数r,表示圆的半径。



输出格式



输出一行,包含一个实数,四舍五入保留小数点后7位,表示圆的面积。



说明:在本题中,输入是一个整数,但是输出是一个实数。



对于实数输出的问题,请一定看清楚实数输出的要求,比如本题中要求保留小数点后7位,则你的程序必须严格的输出7位小数,输出过多或者过少的小数位数都是不行的,都会被认为错误。



实数输出的问题如果没有特别说明,舍入都是按四舍五入进行。



样例输入



4



样例输出



50.2654825



数据规模与约定



1 <= r <= 10000。



提示



本题对精度要求较高,请注意π的值应该取较精确的值。你可以使用常量来表示π,比如PI=3.14159265358979323,也可以使用数学公式来求π,比如PI=atan(1.0)*4。-Problem descr iption

A given circle radius r, and the area of a circle.

Input format

Input contains an integer r, said the radius of the circle.

The output format

Output a line contains a real number, rounded after the decimal point 7, said the area of a circle.

Note: in the ontology, the input is an integer, but the output is a real number.

Answer to the question of the real output please see real output requirements, such as the subject of seven after decimal point, is the output of your application must be strictly 7 decimal places, the output of decimal digits too little or too much is not enough, will be considered.

The problem of real output if there are no special instructions, rounding is each round.

The sample input

4

Sample output

50.2654825

The data scale and conventions

1 < = r < = 10000.

prompt

Subject to the precision demand is higher, please pay attention to the value of PI should take more accurate values. You can use a constant to represent the PI
(系统自动生成,下载前可以参看下载内容)

下载文件列表





2.圆的面积\圆的面积.cpp

..........\圆的面积.exe

..........\圆的面积.o

2.圆的面积

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org