#include<iostream> #include<cstdio> using namespace std; int main() { int R; scanf("%d",&R); printf("VOLUME = %.3f",4/3.0*R*R*R*3.14159); return 0; }