#include
// 包含流操作算子库
#include
using namespace std;
// 定义常量PI,后面可以直接用PI代替后面的数值
#define PI 3.14159265358979323846
int main()
{
int n;
// 请在Begin-End之间添加你的代码,输入n,按不同的精度输出 PI。
/********** Begin *********/
cin >> n;
if(n==0){
cout
}else{
cout
}
cout
cout
cout
cout
/********** End **********/
return 0;
}
文章知识点与官方知识档案匹配,可进一步学习相关知识C技能树首页概览115581 人正在系统学习中
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!