提交时间:2026-02-06 19:44:00

运行 ID: 84045

#include<bits/stdc++.h> using namespace std; const double pi=2*acos(0); const int r=7; const int h=12; int main() { double c,s; s=r*r*pi; c=2*pi*r; cout<<fixed<<setprecision(2)<<(2*s+c*h); return 0; }