0分求助!
查看原帖
0分求助!
1789086
TF_zeh楼主2025/7/29 14:01
#include <bits/stdc++.h>
using namespace std;
float a,b,c;
int main(){
    cin>>a>>b>>c;
    cout<<fixed<<setprecision(3)<<((a*c+(a+c)*b)+3.1415926535*c*c*(1/4))/10000;
    return 0;
}
2025/7/29 14:01
加载中...