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