using namespace std; int main(){ double R; cin>>R; cout<<fixed<<setprecision(3)<<”VOLUME = “<<(4/3.0)3.14159RRR; return 0; }