```cpp
using namespace std; int main(){ double pi=3.14159,X; int R; scanf(“%d”,&R); X=(4/3.0)piRRR; printf(“VOLUME = %.3lf”,X); return 0; }