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