Run ID:142782
提交时间:2026-01-11 15:29:22
nclude<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; }