专栏文章
快速查看文章及其快照的属性,并进行相关操作。
#include<bits/stdc++.h> using namespace std; const double pie=3.14; int r; int main(){ cin>>r; cout<<fixed<<setprecision(5)<<pie*r*r*r*4/3<<endl; return 0; }
共 0 条评论,欢迎与作者交流。