#include<iostream> using namespace std; int main(){ double r,d; cin>>r; d=4.0/3*3.1415926*r*r*r; printf(" %.4lf",d); }