#include<bits/stdc++.h> using namespace std; int main(){ double n; cin>>n; n=n*1.0/3*4*3.14*n*n; printf("%.5lf",n); }
使用您的 清北信奥登峰计划 通用账户