yuanyu


私信TA

用户名:yaunyu

访问量:584

签 名:

等  级
排  名 2642
经  验 2213
参赛次数 0
文章发表 5
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include <stdio.h>
#include <iostream>
#include <iomanip>
#include <math.h>
using namespace std;
int main(){
    double  r;
    double tiji;
    cin>>r;
    tiji=(4.0)/3*pow(r,3)*3.1415926;
    cout<<fixed<<setprecision(5)<<tiji;
    return 0;
}

 

0.0分

0 人评分

  评论区

  • «
  • »