求看,时间紧(不是比赛啊,纯想快点)
#include<iostream> using namespace std; int main(){ float h; int r; cin>>r; h=4/3*3.14*(r*r*r); printf("%.5lf",h) return 0; }