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