#include<bits/stdc++.h> using namespace std; int main(){ double d; cin>>d; printf("VOLUME = %.3lf",(4/3.0)*3.14159*d*d*d); }