#include <bits/stdc++.h> using namespace std; int main() { double r,v,l; cin>>r; l=pow(r,3); v=3.14l4/3; cout<<setiosflags(ios::fixed)<<setprecision(2)<<v<<endl; return 0; }
使用您的 aoj 通用账户