Run ID:143270

提交时间:2026-01-11 19:37:57

include<bits/std c++.h> using namespace std; int main() { double v,m=3.1415926,r; cin >>r; v=4*1.0/3*m*r*r*r; cout <<fixed<<setprecision(4)<<v; return 0; }