# include<bits/stdc++.h> using namespace std; int main() { double a,b,c; a=3.1415926; cin>>b; c=4.0/3.0*a*b*b*b; printf("%.4lf",c); return 0; }