delete pics to save space
This commit is contained in:
11
history_source/信息学奥赛一本通/1.2.6.2.cpp
Normal file
11
history_source/信息学奥赛一本通/1.2.6.2.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include<cstdio>
|
||||
#define pi 3.14
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
double r;
|
||||
scanf("%lf",&r);
|
||||
printf("%.2lf\n",4.0/3.0*pi*r*r*r);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user