#include<cstdio> int main() { int r; scanf("%d",&r); printf("VOLUME = %.3lf",4/3.0*3.14159*r*r*r); return 0; }